Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 14a9f0f

Browse files
authoredFeb 21, 2021
Merge pull request #102 from topcoder-platform/feature/member-management
[DEV] Member management
2 parents ee297cb + 14bb09a commit 14a9f0f

File tree

45 files changed

+1894
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1894
-62
lines changed
 

‎config/dev.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ module.exports = {
99
*/
1010
CONNECT_WEBSITE_URL: "https://connect.topcoder-dev.com",
1111

12-
/**
13-
* Email to report issues to
14-
*/
15-
EMAIL_REPORT_ISSUE: "support+team-issue@topcoder-dev.com",
16-
1712
/**
1813
* Email to request extension
1914
*/
2015
EMAIL_REQUEST_EXTENSION: "customersuccess@topcoder-dev.com",
2116

2217
API: {
2318
V5: "https://api.topcoder-dev.com/v5",
19+
V3: "https://api.topcoder-dev.com/v3",
2420
},
2521
};

‎config/prod.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ module.exports = {
99
*/
1010
CONNECT_WEBSITE_URL: "https://connect.topcoder.com",
1111

12-
/**
13-
* Email to report issues to
14-
*/
15-
EMAIL_REPORT_ISSUE: "support+team-issue@topcoder.com",
16-
1712
/**
1813
* Email to request extension
1914
*/
2015
EMAIL_REQUEST_EXTENSION: "customersuccess@topcoder.com",
2116

2217
API: {
2318
V5: "https://api.topcoder.com/v5",
19+
V3: "https://api.topcoder.com/v3",
2420
},
2521
};

0 commit comments

Comments
 (0)
This repository has been archived.