mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 02:24:31 +00:00
Update web routes
This commit is contained in:
parent
b99352363d
commit
82588302da
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ Route::domain(config('pixelfed.domain.app'))->middleware('validemail')->group(fu
|
||||||
Route::group(['prefix' => 'account'], function () {
|
Route::group(['prefix' => 'account'], function () {
|
||||||
Route::redirect('/', '/');
|
Route::redirect('/', '/');
|
||||||
Route::get('activity', 'AccountController@notifications')->name('notifications');
|
Route::get('activity', 'AccountController@notifications')->name('notifications');
|
||||||
|
Route::get('follow-requests', 'AccountController@followRequests')->name('follow-requests');
|
||||||
|
Route::post('follow-requests', 'AccountController@followRequestHandle');
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::group(['prefix' => 'settings'], function () {
|
Route::group(['prefix' => 'settings'], function () {
|
||||||
|
|
Loading…
Reference in a new issue