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

Commit b533305

Browse files
Merge pull request #39 from topcoder-platform/dev
Deploy self-service to prod
2 parents f91e9d9 + afe26ab commit b533305

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config/micro-frontends-config-local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
1212
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js",
1313
"@topcoder/micro-frontends-profile-app": "http://localhost:8009/profile-app/topcoder-micro-frontends-profile-app.js",
14-
"@topcoder/micro-frontends-onboarding-app": "http://localhost:8510/onboarding-app/topcoder-micro-frontends-onboarding-app.js"
14+
"@topcoder/micro-frontends-onboarding-app": "http://localhost:8510/onboarding-app/topcoder-micro-frontends-onboarding-app.js",
15+
"@topcoder/micro-frontends-forums-app": "http://localhost:8510/forums-app/topcoder-micro-frontends-forums-app.js",
16+
"@topcoder/micro-frontends-self-service-app": "http://localhost:8519/self-service-app/topcoder-micro-frontends-self-service-app.js"
1517
}
1618
}

config/micro-frontends-routes-local.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<route path="onboard">
3232
<application name="@topcoder/micro-frontends-onboarding-app"></application>
3333
</route>
34+
<route path="forums">
35+
<application name="@topcoder/micro-frontends-forums-app"></application>
36+
</route>
37+
<route path="self-service">
38+
<application name="@topcoder/micro-frontends-self-service-app"></application>
39+
</route>
3440
<route path="unauthorized">
3541
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
3642
You are unauthorized

0 commit comments

Comments
 (0)