This commit is contained in:
2023-07-11 17:29:52 +03:30
4 changed files with 229 additions and 2 deletions

View File

@@ -3,3 +3,7 @@ const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
//login
export const GET_USER_TOKEN = BASE_URL + "/dashboard/login";
//end login
//change password
export const CHANGE_PASSWORD = BASE_URL + "/dashboard/profile/change_password";
//end change password