修改
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
Route::get('/', 'IndexController@index')->name('index.index');
|
||||
Route::get('articles/{article}', 'ArticleController@show')->name('article.show');
|
||||
Route::get('search', 'ArticleController@search')->name('article.search');
|
||||
|
||||
Route::get('category/{category}', 'CategoryController@index')->name('category.show');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user