Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 785036f

Browse files
author
Parth Shah
committed
updating dev and prod api endpoints
1 parent ba54c66 commit 785036f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"DELAYED_NOTIFICATIONS_EXCHANGE_NAME": "dev.connect-notifications-reminders"
99
},
1010

11-
"API_BASE_URL": "https://api.topcoder-dev.com"
11+
"API_BASE_URL": "http://api.topcoder-dev.com"
1212
}

config/production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"SLACK_CHANNEL_MANAGERS": "#connect",
1111
"SLACK_CHANNEL_COPILOTS": "#connect-copilots",
1212

13-
"API_BASE_URL": "https://api.topcoder-dev.com"
13+
"API_BASE_URL": "http://api.topcoder-dev.com"
1414
}

0 commit comments

Comments
 (0)