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.
1 parent c97be3f commit cda0bfcCopy full SHA for cda0bfc
config/default.js
@@ -53,7 +53,7 @@ module.exports = {
53
SENDGRID_TEMPLATE_ID: process.env.SENDGRID_TEMPLATE_ID || '',
54
SENDGRID_TEMPLATE_ID_NO_FORUM: process.env.SENDGRID_TEMPLATE_ID_NO_FORUM || '',
55
SUBMIT_URL: process.env.SUBMIT_URL || 'https://www.topcoder.com/challenges/:id/submit/',
56
- REVIEW_APP_URL: process.env.REVIEW_APP_URL || 'https://software.topcoder.com/review/actions/ViewProjectDetails?pid=',
+ REVIEW_APP_URL: process.env.REVIEW_APP_URL || 'https://review.topcoder.com/active-challenges/',
57
HELP_URL: process.env.HELP_URL || 'https://help.topcoder.com',
58
SUPPORT_EMAIL: process.env.SUPPORT_EMAIL || 'support@topcoder.com'
59
},
0 commit comments