fix: 修改api

This commit is contained in:
sudoooooo 2024-09-23 15:20:13 +08:00
parent 365bea25e1
commit bc0597efe0

View File

@ -195,7 +195,7 @@ export class AuthController {
/**
*
*/
@Get('register/password/strength')
@Get('/password/strength')
@HttpCode(200)
async getPasswordStrength(@Query('password') password: string) {
const numberReg = /[0-9]/.test(password);