Update
This commit is contained in:
@@ -35,7 +35,7 @@ Route::get('/download/android', function () {
|
||||
]);
|
||||
});
|
||||
|
||||
Route::get('/article/{article:id}', [ArticlesController::class, 'show'])->name('articles.show');
|
||||
Route::get('/article/{source}/{guid}', [ArticlesController::class, 'show'])->name('articles.show');
|
||||
Route::get('/topic/{topic:slug}', [TopicsController::class, 'show'])->name('topics.show');
|
||||
Route::get('/source/{source:slug}', [SourcesController::class, 'show'])->name('sources.show');
|
||||
|
||||
|
Reference in New Issue
Block a user