Feature/toll house
This commit is contained in:
@@ -37,7 +37,7 @@ export const headerMenu = [
|
||||
},
|
||||
{
|
||||
title: "راهدارخانه ها",
|
||||
href: api + "/v2/rahdari_points",
|
||||
href: "/infrastructure/toll-house",
|
||||
},
|
||||
],
|
||||
[
|
||||
|
||||
@@ -9,7 +9,7 @@ export const GET_PERMISSIONS_ROUTE = api + "/webapi/user/get-permission";
|
||||
export const GET_SIDEBAR_BADGE_ROUTE = api + "/api/v3/notifications";
|
||||
export const REFER_ADMIN_PROVINCE = "/v3/api/fake-submit";
|
||||
export const REFER_ADMIN_CITY = "/v3/api/fake-submit";
|
||||
export const GET_CITY_LISTS = "/v3/api/fake-cities";
|
||||
export const GET_CITY_LISTS = api + "/public/contents/provinces";
|
||||
export const GET_PROVINCE_LISTS = api + "/public/contents/provinces";
|
||||
export const GET_PREV_STATE_OPINION = "/v3/api/fake-prev-state-opinion";
|
||||
export const SUBMIT_ROAD_SAFETY_FORM = "/v3/api/fake-submit";
|
||||
@@ -154,3 +154,11 @@ export const GET_USER_ACTIVITIES_LIST = api + "/api/v3/log_list";
|
||||
export const CREATE_USER_ACTIVITY = api + "/api/v3/log_list";
|
||||
export const UPDATE_USER_ACTIVITY = api + "/api/v3/log_list";
|
||||
export const DELETE_USER_ACTIVITIES = api + "/api/v3/log_list";
|
||||
|
||||
// toll-house
|
||||
export const GET_TOLL_HOUSE_LIST = api + "/api/v3/road_maintenance_station";
|
||||
export const CREATE_TOLL_HOUSE = api + "/api/v3/road_maintenance_station";
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user