修复 QLAPI 修复环境变量 remarks,esm 依赖查不到

This commit is contained in:
whyour
2025-04-19 01:38:43 +08:00
parent 2370923a75
commit 124e01e93a
6 changed files with 160 additions and 52 deletions
+1
View File
@@ -385,6 +385,7 @@ export default (app: Router) => {
retries: Joi.number().optional(),
twoFactorActivated: Joi.boolean().optional(),
password: Joi.string().optional(),
username: Joi.string().optional(),
}),
}),
async (req: Request, res: Response, next: NextFunction) => {