소스 검색

Update web routes

Daniel Supernault 5 년 전
부모
커밋
19cb81cf26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -227,6 +227,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
         Route::get('collections/create', 'CollectionController@create');
 
         Route::get('me', 'ProfileController@meRedirect');
+        Route::get('intent/follow', 'SiteController@followIntent');
     });
 
     Route::group(['prefix' => 'account'], function () {