Explorar o código

Update web routes

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
2a890c6618
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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() {