fix: wrong url

This commit is contained in:
ghost2023
2026-06-06 11:21:39 +03:00
parent af6804eb91
commit ea040a40cf

View File

@@ -10,7 +10,7 @@ export const URL_CONSTANTS = {
USERS: {
BASE: "/users",
BY_ID: (id: string | number) => `/users/${id}`,
SIGN_UP: "/api/auth/signup",
SIGN_UP: "/api/auth/signup-with-pwd",
SET_PASSWORD: "/api/auth/set-password",
ME: "/api/auth/me",
GENERATE_VERIFICATION_CODE: "/users/generate-verification-code",