refactor: 修改文章及文章分类
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user