From dafe47f39a3ebba2e729b73a5fb7621b3d920919 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 9 Jul 2020 11:10:12 +0530 Subject: [PATCH] fix: typo in config file --- config/constants/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants/production.js b/config/constants/production.js index 1f46e954..a8c4546e 100644 --- a/config/constants/production.js +++ b/config/constants/production.js @@ -12,7 +12,7 @@ module.exports = { CHALLENGE_TIMELINE_TEMPLATES_URL: `${PROD_API_HOSTNAME}/v5/timeline-templates`, CHALLENGE_TYPES_URL: `${PROD_API_HOSTNAME}/v5/challenge-types`, CHALLENGE_PHASES_URL: `${PROD_API_HOSTNAME}/v5/challenge-phases`, - CHALLENGE_TIMELINES_URL: `${DEV_API_HOSTNAME}/v5/challenge-timelines`, + CHALLENGE_TIMELINES_URL: `${PROD_API_HOSTNAME}/v5/challenge-timelines`, PROJECT_API_URL: `${PROD_API_HOSTNAME}/v5/projects`, GROUPS_API_URL: `${PROD_API_HOSTNAME}/v5/groups`, TERMS_API_URL: `${PROD_API_HOSTNAME}/v5/terms`,