修复删除脚本参数

This commit is contained in:
whyour
2025-03-18 23:17:03 +08:00
parent 576408de01
commit c0ec063333
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -202,6 +202,7 @@ export default (app: Router) => {
body: Joi.object({
filename: Joi.string().required(),
path: Joi.string().allow(''),
type: Joi.string().optional(),
}),
}),
async (req: Request, res: Response, next: NextFunction) => {