Skip to content

Commit cbbdb66

Browse files
author
vikasrohit
authored
Merge pull request #711 from topcoder-platform/develop
fix: typo in config file
2 parents c521ccb + dafe47f commit cbbdb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/constants/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
CHALLENGE_TIMELINE_TEMPLATES_URL: `${PROD_API_HOSTNAME}/v5/timeline-templates`,
1313
CHALLENGE_TYPES_URL: `${PROD_API_HOSTNAME}/v5/challenge-types`,
1414
CHALLENGE_PHASES_URL: `${PROD_API_HOSTNAME}/v5/challenge-phases`,
15-
CHALLENGE_TIMELINES_URL: `${DEV_API_HOSTNAME}/v5/challenge-timelines`,
15+
CHALLENGE_TIMELINES_URL: `${PROD_API_HOSTNAME}/v5/challenge-timelines`,
1616
PROJECT_API_URL: `${PROD_API_HOSTNAME}/v5/projects`,
1717
GROUPS_API_URL: `${PROD_API_HOSTNAME}/v5/groups`,
1818
TERMS_API_URL: `${PROD_API_HOSTNAME}/v5/terms`,

0 commit comments

Comments
 (0)