refactor: 修改图片上传区分模块
This commit is contained in:
@@ -38,7 +38,7 @@ Route::group('v1', function () {
|
||||
// 图片管理
|
||||
Route::group('images', function () {
|
||||
// 图片上传
|
||||
Route::post('upload', 'Images/upload');
|
||||
Route::post('/:module/upload', 'Images/upload');
|
||||
});
|
||||
|
||||
// 文章模块
|
||||
|
||||
Reference in New Issue
Block a user