修复任务实例默认值

This commit is contained in:
whyour
2025-11-23 12:45:02 +08:00
parent 6a3dd4f83c
commit 3b0f55caf4
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -129,6 +129,7 @@ export default (app: Router) => {
content: Joi.string().optional().allow(''),
originFilename: Joi.string().optional().allow(''),
directory: Joi.string().optional().allow(''),
file: Joi.string().optional().allow(''),
}),
}),
async (req: Request, res: Response, next: NextFunction) => {