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

Commit bf04a30

Browse files
committed
Adding Community Admin
1 parent 0d1ec24 commit bf04a30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/micro-frontends-config-local.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@topcoder/micro-frontends-task-marketplace-app": "http://localhost:8502/tasks/topcoder-micro-frontends-task-marketplace-app.js",
88
"@topcoder/micro-frontends-earn-app": "http://localhost:8008/earn/topcoder-micro-frontends-earn-app.js",
99
"@topcoder/micro-frontends-submission-review-app": "http://localhost:8503/submissionreview/topcoder-micro-frontends-submission-review-app.js",
10-
"@topcoder/micro-frontends-model-app": "http://localhost:8504/model-app/topcoder-micro-frontends-model-app.js"
10+
"@topcoder/micro-frontends-model-app": "http://localhost:8504/model-app/topcoder-micro-frontends-model-app.js",
11+
"@topcoder/micro-frontends-community-admin-app": "http://localhost:8505/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
1112
}
1213
}

config/micro-frontends-routes-local.txt

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<route path="model">
2020
<application name="@topcoder/micro-frontends-model-app"></application>
2121
</route>
22+
<route path="community-admin">
23+
<application name="@topcoder/micro-frontends-community-admin-app"></application>
24+
</route>
2225
<route path="unauthorized">
2326
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
2427
You are unauthorized

0 commit comments

Comments
 (0)