mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update web routes
This commit is contained in:
parent
38f8c9fd91
commit
e6419297f3
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
|
||||||
Route::post('moderate', 'Api\AdminApiController@moderate');
|
Route::post('moderate', 'Api\AdminApiController@moderate');
|
||||||
});
|
});
|
||||||
Route::group(['prefix' => 'stories'], function () {
|
Route::group(['prefix' => 'stories'], function () {
|
||||||
|
Route::get('v1/recent', 'StoryController@apiV1Recent');
|
||||||
Route::post('v1/add', 'StoryController@apiV1Add')->middleware('throttle:maxStoriesPerDay,1440');
|
Route::post('v1/add', 'StoryController@apiV1Add')->middleware('throttle:maxStoriesPerDay,1440');
|
||||||
Route::get('v1/fetch/{id}', 'StoryController@apiV1Fetch');
|
Route::get('v1/fetch/{id}', 'StoryController@apiV1Fetch');
|
||||||
Route::get('v1/profile/{id}', 'StoryController@apiV1Profile');
|
Route::get('v1/profile/{id}', 'StoryController@apiV1Profile');
|
||||||
|
|
Loading…
Reference in a new issue