Browse Source

Update web routes

Daniel Supernault 5 years ago
parent
commit
2847e6bbca
1 changed files with 1 additions and 0 deletions
  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 () {