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

Commit afe26ab

Browse files
Support self service app
1 parent beade36 commit afe26ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/micro-frontends-config-local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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",
1414
"@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"
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"
1617
}
1718
}

config/micro-frontends-routes-local.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<route path="forums">
3535
<application name="@topcoder/micro-frontends-forums-app"></application>
3636
</route>
37+
<route path="self-service">
38+
<application name="@topcoder/micro-frontends-self-service-app"></application>
39+
</route>
3740
<route path="unauthorized">
3841
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
3942
You are unauthorized

0 commit comments

Comments
 (0)