machinary office implement

This commit is contained in:
2023-07-16 11:00:57 +03:30
parent c4603b9d7c
commit 390bd2fd7c
7 changed files with 67 additions and 44 deletions

View File

@@ -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