SubOrg_Landing_Pages
Merge branch 'master' of https://github.com/oregonGEO/ArcGIS-SubOrganization-Sites …
3/21/2018 2:39:51 PM
Changes
client/src/config.js 2(+1 -1)
Details
client/src/config.js 2(+1 -1)
diff --git a/client/src/config.js b/client/src/config.js
index 8efbdfe..32909c5 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -42,7 +42,7 @@ const itemTypes = ['Web Mapping Application'];
// mapping of URL to agency abbr if they differ
// special case
const urlmap = {
- 'ODOT' : 'OregonDOT'
+ //'ODOT' : 'OregonDOT'
};
export { serverConfig, links, portalLinks, itemTypes, urlmap };