refactor: 修改图片上传区分模块

This commit is contained in:
2025-01-18 17:46:35 +08:00
parent 50f834186c
commit 90ed6b3d52
4 changed files with 11 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ Route::group('v1', function () {
// 图片管理
Route::group('images', function () {
// 图片上传
Route::post('upload', 'Images/upload');
Route::post('/:module/upload', 'Images/upload');
});
// 文章模块