refactor: 文章详情留言
This commit is contained in:
@@ -30,6 +30,8 @@ Route::group('article', function() {
|
||||
Route::get('detail/:id', 'Article/detail');
|
||||
// 文章搜索页
|
||||
Route::get('search', 'Article/search');
|
||||
// 文章留言
|
||||
Route::post('comment', 'Article/comment');
|
||||
});
|
||||
|
||||
// 数据迁移
|
||||
|
||||
Reference in New Issue
Block a user