Skip to content

Commit cea7b2f

Browse files
authored
Merge pull request topcoder-platform#33 from topcoder-platform/fix-env-value-groups-api-link
fix: fixing groups api url
2 parents 7c81f83 + 98193bb commit cea7b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
TAGS_API_VERSION: process.env.TAGS_API_VERSION || '/v3',
2828
TAGS_FILTER: process.env.TAGS_FILTER || '/tags/?filter=domain%3DSKILLS%26status%3DAPPROVED&limit=1000'
2929
},
30-
GROUPS_API_URL: process.env.GROUPS_API_URL || 'https://api.topcoder-dev.com/v5/groups',
30+
GROUPS_API_URL: process.env.GROUPS_API_URL, //|| 'https://api.topcoder-dev.com/v5/groups',
3131
// aws config params
3232
AMAZON: {
3333
AWS_ACCESS_KEY_ID: process.env.AWS_ACCESS_KEY_ID,

0 commit comments

Comments
 (0)