Feature/fixe bugs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const api = process.env.NEXT_PUBLIC_API_URL;
|
||||
|
||||
export const GET_USER_ROUTE = api + "/api/v3/profile/info";
|
||||
export const LOGOUT_USER_ROUTE = api + "/api/v3/logout";
|
||||
export const UPDATE_USER_ROUTE = api + "/api/v3/profile/edit";
|
||||
export const CHANGE_USER_PASSWORD = api + "/api/v3/profile/change_password";
|
||||
export const GET_LOGIN_ROUTE = api + "/login_dev";
|
||||
|
||||
Reference in New Issue
Block a user