From 72b10517de23374adbf22bad4aab9794398e02f3 Mon Sep 17 00:00:00 2001 From: aT Date: Mon, 13 Sep 2021 20:25:10 +0530 Subject: [PATCH] Update prod.js --- config/prod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/prod.js b/config/prod.js index 957c555..9cd7cfa 100644 --- a/config/prod.js +++ b/config/prod.js @@ -1,6 +1,6 @@ module.exports = { MFE_CONFIG: { - '@topcoder/micro-frontends-challenges-app': 'http://platform.topcoder.com/challenges-app/topcoder-micro-frontends-challenges-app.js', - '@topcoder/micro-frontends-gigs-app': 'http://platform.topcoder.com/gigs-app/topcoder-micro-frontends-gigs-app.js', + '@topcoder/micro-frontends-challenges-app': 'https://platform.topcoder.com/challenges-app/topcoder-micro-frontends-challenges-app.js', + '@topcoder/micro-frontends-gigs-app': 'https://platform.topcoder.com/gigs-app/topcoder-micro-frontends-gigs-app.js', } };