province head expert init

This commit is contained in:
2023-08-12 10:42:20 +03:30
parent a48c751275
commit df58f782ce
10 changed files with 709 additions and 0 deletions

View File

@@ -66,3 +66,17 @@ export const CONFIRM_PROVINCE_MANAGER =
export const REJECT_PROVINCE_MANAGER =
BASE_URL + "/dashboard/province_manager/reject";
//province manager
// province head expert
export const GET_PROVINCE_HEAD_EXPERT =
BASE_URL + "/dashboard/province_head_expert/show";
export const CONFIRM_PROVINCE_HEAD_EXPERT =
BASE_URL + "/dashboard/province_head_expert/confirm";
export const REJECT_PROVINCE_HEAD_EXPERT =
BASE_URL + "/dashboard/province_head_expert/reject";
export const REVISE_PROVINCE_HEAD_EXPERT =
BASE_URL + "/dashboard/province_head_expert/edit";
//province head expert