SubOrg_Landing_Pages
Changes
client/src/config.js 8(+7 -1)
Details
client/src/config.js 8(+7 -1)
diff --git a/client/src/config.js b/client/src/config.js
index 67d2f5e..02d4f63 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -1,6 +1,12 @@
// development
+// const serverConfig = {
+// baseUrl: 'http://localhost:4370/API',
+// queryParam: 'agencyName'
+// };
+
+// production
const serverConfig = {
- baseUrl: 'http://localhost:4370/API',
+ baseUrl: 'http://159.121.100.104/AGOL/suborg_config/SubOrg/Agencies/API',
queryParam: 'agencyName'
};