mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update web routes
This commit is contained in:
parent
65064a8832
commit
7d3214d37e
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
|
||||||
Route::get('blocks', 'AccountController@accountBlocksV2');
|
Route::get('blocks', 'AccountController@accountBlocksV2');
|
||||||
Route::get('filters', 'AccountController@accountFiltersV2');
|
Route::get('filters', 'AccountController@accountFiltersV2');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Route::get('discover/accounts/popular', 'Api\ApiV1Controller@discoverAccountsPopular');
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::group(['prefix' => 'local'], function () {
|
Route::group(['prefix' => 'local'], function () {
|
||||||
|
|
Loading…
Reference in a new issue