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

Commit 921b7fc

Browse files
committed
unathorized route
1 parent dd823c2 commit 921b7fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ejs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
If you need to support Angular applications, uncomment the script tag below to ensure only one instance of ZoneJS is loaded
5959
Learn more about why at https://single-spa.js.org/docs/ecosystem-angular/#zonejs
6060
-->
61+
6162
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/zone.min.js"></script>
6263

6364
<% if (htmlWebpackPlugin.options.templateParameters.isLocal) { %>
@@ -87,6 +88,11 @@
8788
<route path="taas">
8889
<application name="@topcoder/micro-frontends-teams"></application>
8990
</route>
91+
<route path="unathorized">
92+
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
93+
You are unathorized
94+
</div>
95+
</route>
9096
<route default>
9197
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
9298
Welcome to Topcoder Micro Frontends

0 commit comments

Comments
 (0)