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

Commit bd04d34

Browse files
committed
Fix local config test
1 parent 205f1a0 commit bd04d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require("dotenv").config();
22

33
module.exports = {
44
MFE_CONFIG: {
5-
'@topcoder/micro-frontends-challenges-app': 'http://localhost:8009/challenges-app/topcoder-micro-frontends-challenges-app.js',
5+
'@topcoder/micro-frontends-challenges-app': 'https://platform.topcoder-dev.com/challenges-app/topcoder-micro-frontends-challenges-app.js',
66
'@topcoder/micro-frontends-gigs-app': 'https://platform.topcoder-dev.com/gigs-app/topcoder-micro-frontends-gigs-app.js',
77
}
88
};

0 commit comments

Comments
 (0)