mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 21:15:41 +00:00
fix: wrong url
This commit is contained in:
@@ -10,7 +10,7 @@ export const URL_CONSTANTS = {
|
|||||||
USERS: {
|
USERS: {
|
||||||
BASE: "/users",
|
BASE: "/users",
|
||||||
BY_ID: (id: string | number) => `/users/${id}`,
|
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",
|
SET_PASSWORD: "/api/auth/set-password",
|
||||||
ME: "/api/auth/me",
|
ME: "/api/auth/me",
|
||||||
GENERATE_VERIFICATION_CODE: "/users/generate-verification-code",
|
GENERATE_VERIFICATION_CODE: "/users/generate-verification-code",
|
||||||
|
|||||||
Reference in New Issue
Block a user