阶段更新
This commit is contained in:
@@ -11,10 +11,11 @@
|
||||
|
|
||||
*/
|
||||
Route::get('/', 'IndexController@index')->name('index.index');
|
||||
Route::get('search', 'IndexController@search')->name('index.search');
|
||||
|
||||
Route::get('articles/{article}', 'ArticleController@show')->name('article.show');
|
||||
|
||||
Route::get('category/{category}', 'CategoryController@index')->name('category.show');
|
||||
|
||||
//以下为导入数据
|
||||
Route::get('test/set_article_category', 'TestController@set_article_category');
|
||||
Route::get('test/set_category', 'TestController@set_category');
|
||||
|
||||
Reference in New Issue
Block a user