mirror of https://github.com/pixelfed/pixelfed.git
Update web routes
This commit is contained in:
parent
e6a897bf3f
commit
946c909783
|
@ -118,6 +118,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
|
|||
->middleware('throttle:maxPostsPerHour,60')
|
||||
->middleware('throttle:maxPostsPerDay,1440');
|
||||
Route::post('/publish/text', 'ComposeController@storeText');
|
||||
Route::get('/media/processing', 'ComposeController@mediaProcessingCheck');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue