优化代码

This commit is contained in:
2026-01-19 13:07:02 +08:00
parent 51cfee33db
commit e3b7c63e5a
9 changed files with 157 additions and 67 deletions

View File

@@ -19,4 +19,7 @@ Route::name('system.')->prefix('system')->middleware(['auth.check:api'])->group(
Route::get('/serve', 'serve')->name('serve');
Route::post('/jssdk', 'jssdk')->name('jssdk');
});
Route::controller(App\Http\Controllers\Api\System\File::class)->prefix('file')->name('file.')->group(function () {
Route::post('/upload', 'upload')->name('upload');
});
});