Initial Commit
This commit is contained in:
@@ -9,5 +9,6 @@ Route::get('/posts', [PostController::class, 'index']);
|
||||
Route::get('/stories', [StoryController::class, 'index']);
|
||||
Route::get('/stories/{username}', [StoryController::class, 'show']);
|
||||
Route::post('/story-items/{id}/view', [StoryController::class, 'markViewed']);
|
||||
Route::get('/story-items/{id}', [StoryController::class, 'showItem']);
|
||||
Route::get('/threads', [ThreadController::class, 'index']);
|
||||
Route::get('/threads/{threadId}', [ThreadController::class, 'show']);
|
||||
|
||||
Reference in New Issue
Block a user