complete create and delete part and some update form design and structure

This commit is contained in:
2023-09-11 16:52:24 +03:30
parent 57c9c44903
commit 45b919f0fc
14 changed files with 1065 additions and 83 deletions

View File

@@ -163,3 +163,12 @@ export const DELETE_EXPERT_MANAGEMENT =
export const CHANGE_PASSWORD_EXPERT_MANAGEMENT =
BASE_URL + "/dashboard/experts/change_password"
//expert management
// province/city list
export const GET_PROVINCE_LIST = BASE_URL + "/api/provinces";
export const GET_CITY_LIST = BASE_URL + "/api/cities";
// province/city list
// role list
export const GET_ROLE_LIST = BASE_URL + "/dashboard/roles/list";
// role list