CFE-3 complete and debug all structure and write validation part of test for inputs and work on select box of mui after this

This commit is contained in:
2023-10-10 17:30:22 +03:30
parent b3ea71862a
commit 45f2597dac
14 changed files with 387 additions and 175 deletions

View File

@@ -5,13 +5,12 @@ export const GET_USER_TOKEN = BASE_URL + "/api/auth/login";
//end login
// role list
export const GET_ROLE_LIST = BASE_URL + "/dashboard/roles/list";
export const GET_ROLE_LIST = BASE_URL + "/api/roles/list";
// role list
// province/city list
// province list
export const GET_PROVINCE_LIST = BASE_URL + "/api/provinces";
export const GET_CITY_LIST = BASE_URL + "/api/cities";
// province/city list
// province list
//change password
export const SET_USER_PASSWORD = BASE_URL + "/dashboard/profile/change_password";
@@ -22,6 +21,6 @@ export const GET_USER_ROUTE = BASE_URL + "/api/profile/info";
//user data
//expert management
export const GET_EXPERT_MANAGEMENT_LIST = BASE_URL + "/dashboard/experts/show";
export const CREATE_EXPERT_MANAGEMENT = BASE_URL + "/dashboard/experts/store";
export const GET_EXPERT_MANAGEMENT_LIST = BASE_URL + "/api/users";
export const CREATE_EXPERT_MANAGEMENT = BASE_URL + "/api/users";
//expert management