From b9a6f3ab5fb0e8a3288085795497f16679e1a6c9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 25 Mar 2019 22:23:17 -0600 Subject: [PATCH] Update routes --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index e43f9cd4e..6c80cbf8a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -95,6 +95,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact Route::get('status/{id}/replies', 'InternalApiController@statusReplies'); Route::post('moderator/action', 'InternalApiController@modAction'); Route::get('discover/categories', 'InternalApiController@discoverCategories'); + Route::post('status/compose', 'InternalApiController@composePost'); }); Route::group(['prefix' => 'local'], function () { Route::get('i/follow-suggestions', 'ApiController@followSuggestions');