CFE-3 complete structure and behavior of create form of expert management

This commit is contained in:
2023-10-10 10:58:00 +03:30
parent 783fbf2842
commit b3ea71862a
12 changed files with 466 additions and 390 deletions

View File

@@ -1,5 +1,9 @@
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
//login
export const GET_USER_TOKEN = BASE_URL + "/api/auth/login";
//end login
// role list
export const GET_ROLE_LIST = BASE_URL + "/dashboard/roles/list";
// role list
@@ -9,10 +13,6 @@ export const GET_PROVINCE_LIST = BASE_URL + "/api/provinces";
export const GET_CITY_LIST = BASE_URL + "/api/cities";
// province/city list
//login
export const GET_USER_TOKEN = BASE_URL + "/api/auth/login";
//end login
//change password
export const SET_USER_PASSWORD = BASE_URL + "/dashboard/profile/change_password";
//end change password