Browse Source

Update web routes

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

+ 0 - 2
routes/web.php

@@ -43,8 +43,6 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
             Route::post('media', 'ApiController@uploadMedia')->middleware('throttle:250,1440');
         });
         Route::group(['prefix' => 'v2'], function() {
-            Route::get('profile/{username}/status/{postid}', 'InternalApiController@status');
-            Route::get('comments/{username}/status/{postId}', 'InternalApiController@statusComments');
         });
         Route::group(['prefix' => 'local'], function () {
             Route::get('i/follow-suggestions', 'ApiController@followSuggestions');