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

Commit 6661c2e

Browse files
committed
Temp prod config fix
1 parent 2f37180 commit 6661c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports.frontendConfigs = {
8383
TOPCODER_URL: process.env.TOPCODER_URL || 'https://topcoder-dev.com',
8484
GITHUB_TEAM_URL: process.env.GITHUB_TEAM_URL || 'https://github.com/orgs/',
8585
GITLAB_GROUP_URL: process.env.GITLAB_GROUP_URL || 'https://gitlab.com/groups/',
86-
TC_API_V5_URL: process.env.TC_API_V5_URL || 'https://api.topcoder-dev.com/v5',
86+
TC_API_V5_URL: process.env.TC_API_V5_URL || 'https://api.topcoder.com/v5',
8787
TOPCODER_VALUES: {
8888
dev: {
8989
TC_API_V4_URL: process.env.TC_API_V4_URL || 'https://api.topcoder-dev.com/v4',

0 commit comments

Comments
 (0)