From cda0bfcf59e60a0bd9511c3a10186e89d40b6c4e Mon Sep 17 00:00:00 2001 From: Hentry Martin Date: Tue, 9 Dec 2025 00:23:04 +0100 Subject: [PATCH] fix: updated review app url --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 391db55..cdc22cb 100644 --- a/config/default.js +++ b/config/default.js @@ -53,7 +53,7 @@ module.exports = { SENDGRID_TEMPLATE_ID: process.env.SENDGRID_TEMPLATE_ID || '', SENDGRID_TEMPLATE_ID_NO_FORUM: process.env.SENDGRID_TEMPLATE_ID_NO_FORUM || '', SUBMIT_URL: process.env.SUBMIT_URL || 'https://www.topcoder.com/challenges/:id/submit/', - 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/', HELP_URL: process.env.HELP_URL || 'https://help.topcoder.com', SUPPORT_EMAIL: process.env.SUPPORT_EMAIL || 'support@topcoder.com' },