diff --git a/apps/edr-freight-web/portal/src/constants/URLS.ts b/apps/edr-freight-web/portal/src/constants/URLS.ts index 03123b672..578a1d97d 100644 --- a/apps/edr-freight-web/portal/src/constants/URLS.ts +++ b/apps/edr-freight-web/portal/src/constants/URLS.ts @@ -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",