Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 921b7fc

Browse files
committedNov 26, 2020
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/zone.js@0.10.3/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)
This repository has been archived.