Explorar o código

Update web routes

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
2847e6bbca
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -272,6 +272,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
         Route::get('activity', 'AccountController@notifications')->name('notifications');
         Route::get('follow-requests', 'AccountController@followRequests')->name('follow-requests');
         Route::post('follow-requests', 'AccountController@followRequestHandle');
+        Route::get('follow-requests.json', 'AccountController@followRequestsJson');
     });
 
     Route::group(['prefix' => 'settings'], function () {