From 7d3214d37e2ea18baf5647dc913efc456597b2f3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 22 Dec 2021 00:54:53 -0700 Subject: [PATCH] Update web routes --- routes/web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/web.php b/routes/web.php index 951ffc993..f342cff24 100644 --- a/routes/web.php +++ b/routes/web.php @@ -208,6 +208,8 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact Route::get('blocks', 'AccountController@accountBlocksV2'); Route::get('filters', 'AccountController@accountFiltersV2'); }); + + Route::get('discover/accounts/popular', 'Api\ApiV1Controller@discoverAccountsPopular'); }); Route::group(['prefix' => 'local'], function () {