Explorar o código

Update web routes

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
19cb81cf26
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 () {