Merge branch 'develop' into 'feature/commercial_chief'

# Conflicts:
#   src/core/data/apiRoutes.js
This commit is contained in:
AmirHossein Mahmoodi
2023-08-12 11:17:04 +00:00
10 changed files with 708 additions and 0 deletions

View File

@@ -78,3 +78,16 @@ 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