add change password

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 09:05:50 +03:30
parent 5061c51525
commit 9603d68e33
4 changed files with 234 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
const api = process.env.NEXT_PUBLIC_API_URL;
export const GET_USER_ROUTE = api + "/profile/info";
export const CHANGE_USER_PASSWORD = api + "/profile/change_password";
export const GET_USER_LOGIN_ROUTE = api + "/auth/login";
export const GET_USER_LOGOUT_ROUTE = api + "/auth/logout";
export const GET_PERMISSIONS_ROUTE = "";