add map to toll house

This commit is contained in:
2025-12-01 11:05:50 +03:30
parent 04ea72c735
commit 9d10fefaca
16 changed files with 687 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export const headerMenu = [
[
{
title: "پراکندگی بر روی نقشه راهدارخانه ها",
href: api + "/v2/map?type=rahdar",
href: "/infrastructure/map",
},
{
title: "راهدارخانه ها",

View File

@@ -210,6 +210,7 @@ export const GET_TOLL_HOUSE_DETAILS = api + "/api/v3/road_maintenance_station";
export const DELETE_TOLL_HOUSE_ITEM = api + "/api/v3/road_maintenance_station";
export const UPDATE_TOLL_HOUSE_ITEM = api + "/api/v3/road_maintenance_station";
export const GET_TOLL_HOUSE_IMAGES = api + "/api/v3/road_maintenance_station/images";
export const GET_TOLL_HOUSE_MAP = api + "/api/v3/road_maintenance_station/map";
// road missions
export const GET_ROAD_MISSIONS_OPERATOR_LIST = api + "/api/v3/missions/request_portal";