Browse Source

Update web routes

Daniel Supernault 4 năm trước cách đây
mục cha
commit
2a890c6618
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      routes/web.php

+ 0 - 1
routes/web.php

@@ -147,7 +147,6 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
             Route::get('loops', 'DiscoverController@loopsApi');
             Route::post('loops/watch', 'DiscoverController@loopWatch');
             Route::get('discover/tag', 'DiscoverController@getHashtags');
-            Route::post('status/compose', 'InternalApiController@composePost')->middleware('throttle:maxPostsPerHour,60')->middleware('throttle:maxPostsPerDay,1440');
         });
         
         Route::group(['prefix' => 'pixelfed'], function() {