Skip to content

Commit 604e5da

Browse files
committed
Update config for production BASE_URI and AUTH_API
1 parent ca2770e commit 604e5da

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)