Merge branch 'develop' into 'feature/commercial_chief'
# Conflicts: # src/core/data/apiRoutes.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user