diff --git a/routes/web.php b/routes/web.php index 10ea2fc1a..f421837d4 100644 --- a/routes/web.php +++ b/routes/web.php @@ -96,6 +96,8 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact Route::post('moderator/action', 'InternalApiController@modAction'); Route::get('discover/categories', 'InternalApiController@discoverCategories'); Route::post('status/compose', 'InternalApiController@composePost'); + Route::get('loops', 'ApiController@loops'); + Route::post('loops/watch', 'ApiController@loopWatch'); }); Route::group(['prefix' => 'local'], function () { Route::get('i/follow-suggestions', 'ApiController@followSuggestions');