LFFE-21 transportation assistance

This commit is contained in:
Yasiu1376
2023-11-29 17:00:16 +03:30
parent fb28dd4d5f
commit 46c1a2eb2b
6 changed files with 334 additions and 55 deletions

View File

@@ -38,6 +38,8 @@ export const REJECT_PASSENGER_BOSS =
export const GET_TRANSPORTATION_ASSISTANCE =
BASE_URL + "/dashboard/transportation_assistant/show";
export const GET_TRANSPORTATION_ASSISTANCE_DETAILS =
BASE_URL + "/dashboard/transportation_assistant";
export const CONFIRM_TRANSPORTATION_ASSISTANCE =
BASE_URL + "/dashboard/transportation_assistant/confirm";