Explorar el Código

Update web routes

Daniel Supernault hace 5 años
padre
commit
2847e6bbca
Se han modificado 1 ficheros con 1 adiciones y 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 () {