We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c521ccb + dafe47f commit cbbdb66Copy full SHA for cbbdb66
config/constants/production.js
@@ -12,7 +12,7 @@ module.exports = {
12
CHALLENGE_TIMELINE_TEMPLATES_URL: `${PROD_API_HOSTNAME}/v5/timeline-templates`,
13
CHALLENGE_TYPES_URL: `${PROD_API_HOSTNAME}/v5/challenge-types`,
14
CHALLENGE_PHASES_URL: `${PROD_API_HOSTNAME}/v5/challenge-phases`,
15
- CHALLENGE_TIMELINES_URL: `${DEV_API_HOSTNAME}/v5/challenge-timelines`,
+ CHALLENGE_TIMELINES_URL: `${PROD_API_HOSTNAME}/v5/challenge-timelines`,
16
PROJECT_API_URL: `${PROD_API_HOSTNAME}/v5/projects`,
17
GROUPS_API_URL: `${PROD_API_HOSTNAME}/v5/groups`,
18
TERMS_API_URL: `${PROD_API_HOSTNAME}/v5/terms`,
0 commit comments