feat: 添加视频上传接口
This commit is contained in:
@@ -41,6 +41,12 @@ Route::group('v1', function () {
|
||||
Route::post('/:module/upload', 'Upload/image');
|
||||
});
|
||||
|
||||
// 视频管理
|
||||
Route::group('video', function () {
|
||||
// 视频上传
|
||||
Route::post('/:module/upload', 'Upload/video');
|
||||
});
|
||||
|
||||
// 文章模块
|
||||
Route::group('article', function () {
|
||||
// 文章列表
|
||||
|
||||
Reference in New Issue
Block a user