mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: wrong url
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user