refactor: 修改视频分类相关接口
This commit is contained in:
@@ -82,7 +82,7 @@ Route::group('v1', function () {
|
||||
Route::put('update/:id', 'VideoCategory/update');
|
||||
|
||||
// 设置视频分类排序值
|
||||
Route::put('sort/:id', 'VideoCategory/sort');
|
||||
Route::post('sort/:id', 'VideoCategory/sort');
|
||||
|
||||
// 视频分类删除
|
||||
Route::delete('delete/:id', 'VideoCategory/delete');
|
||||
|
||||
Reference in New Issue
Block a user