fix: 修改api

This commit is contained in:
sudoooooo 2024-09-23 15:20:13 +08:00
parent 8bece51a20
commit 206f91d766

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);