SubOrg_Landing_Pages
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 67d2f5e..c5fa88f 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -30,7 +30,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 };