阶段更新

This commit is contained in:
2021-10-11 13:09:29 +08:00
parent d89bc90cef
commit 11b9e2ae76
31 changed files with 1095 additions and 659 deletions

View File

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