machinary office implement
This commit is contained in:
@@ -22,3 +22,14 @@ export const CONFIRM_PASSENGER_OFFICE =
|
||||
export const REJECT_PASSENGER_OFFICE =
|
||||
BASE_URL + "/dashboard/passenger_office_chief/reject";
|
||||
//passenger office
|
||||
|
||||
//machinary office
|
||||
export const GET_MACHINARY_OFFICE =
|
||||
BASE_URL + "/dashboard/machinery_expert/show";
|
||||
|
||||
export const CONFIRM_MACHINARY_OFFICE =
|
||||
BASE_URL + "/dashboard/machinery_expert/confirm";
|
||||
|
||||
export const REJECT_MACHINARY_OFFICE =
|
||||
BASE_URL + "dashboard/machinery_expert/reject";
|
||||
//passenger office
|
||||
|
||||
Reference in New Issue
Block a user