Skip to content

Commit b2e0e8c

Browse files
authored
Merge pull request AgileVentures#133 from aonomike/132_update-production-config-uri
Update config for production URI
2 parents ca2770e + 604e5da commit b2e0e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const config = {
22
production: {
3-
AUTH_API: 'https://www.agileventures.org/login',
3+
AUTH_API: 'https://staging.websiteone.agileventures.org/login',
44
APP_URL: 'https://www.agileventures.org/',
5-
API_BASE_URL: 'https://www.agileventures.org/'
5+
API_BASE_URL: 'https://staging.websiteone.agileventures.org/'
66
},
77
staging: {
88
AUTH_API: 'https://staging.websiteone.agileventures.org/login',

0 commit comments

Comments
 (0)