changes
This commit is contained in:
@@ -9,6 +9,3 @@ Route::middleware('access-check')->group(function () {
|
||||
Route::get('/news', IndexPostController::class)->name('client.post.index');
|
||||
Route::get('/news/{slug}', ShowPostController::class)->name('client.post.show');
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user