ispector expert init
This commit is contained in:
@@ -66,3 +66,17 @@ export const CONFIRM_PROVINCE_MANAGER =
|
||||
export const REJECT_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/province_manager/reject";
|
||||
//province manager
|
||||
|
||||
// inspector expert
|
||||
export const GET_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/show";
|
||||
|
||||
export const CONFIRM_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/confirm";
|
||||
|
||||
export const REJECT_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/reject";
|
||||
|
||||
export const REVISE_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/revise"
|
||||
//inspector expert
|
||||
|
||||
Reference in New Issue
Block a user