Pārlūkot izejas kodu

Update web routes

Daniel Supernault 5 gadi atpakaļ
vecāks
revīzija
19cb81cf26
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 () {