refactor: 文章详情留言

This commit is contained in:
2025-04-12 17:03:45 +08:00
parent 109e122d49
commit ac76ef1e6c
3 changed files with 70 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ Route::group('article', function() {
Route::get('detail/:id', 'Article/detail');
// 文章搜索页
Route::get('search', 'Article/search');
// 文章留言
Route::post('comment', 'Article/comment');
});
// 数据迁移