This commit is contained in:
2020-09-04 00:38:41 +05:00
parent 3a26f78363
commit fd8a4f01d1
8 changed files with 16 additions and 14 deletions

View File

@@ -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');