add map to toll house
This commit is contained in:
@@ -33,7 +33,7 @@ export const headerMenu = [
|
||||
[
|
||||
{
|
||||
title: "پراکندگی بر روی نقشه راهدارخانه ها",
|
||||
href: api + "/v2/map?type=rahdar",
|
||||
href: "/infrastructure/map",
|
||||
},
|
||||
{
|
||||
title: "راهدارخانه ها",
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user