Browse Source

Update web routes

Daniel Supernault 6 years ago
parent
commit
f9cb2b920c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      routes/web.php

+ 2 - 0
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');