refactor: 修改文章及文章分类

This commit is contained in:
2025-01-15 10:19:01 +08:00
parent 24643affc9
commit 47968efa12
5 changed files with 32 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ Route::group('v1', function () {
Route::delete('delete/:id', 'Article/delete');
// 文章分类
Route::get('categorys', 'ArticleCategory/list');
// 文章分类管理
Route::group('category', function () {
// 分类列表
Route::get('index', 'ArticleCategory/index');