Skip to content

Commit 3204f06

Browse files
Fix configs
1 parent 7480163 commit 3204f06

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
@@ -29,6 +29,6 @@ module.exports = {
2929
RESOURCE_ROLE_ID: process.env.RESOURCE_ROLE_ID || '6605f779-b28b-428f-888b-e523b443f3ea',
3030

3131
GET_PROJECT_API_BASE: process.env.GET_PROJECT_API_BASE || 'http://localhost:4000/v5/projects',
32-
SEARCH_MEMBERS_API_BASE: process.env.SEARCH_MEMBERS_API_BASE || 'https://api.topcoder.com/v3/members/_search',
32+
SEARCH_MEMBERS_API_BASE: process.env.SEARCH_MEMBERS_API_BASE || 'https://api.topcoder-dev.com/v3/members/_search',
3333
CREATE_RESOURCE_API: process.env.CREATE_RESOURCE_API || 'http://localhost:4000/v5/resources'
3434
}

0 commit comments

Comments
 (0)