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 6e4f6dd

Browse files
committedOct 25, 2020
Change in route name
1 parent 84c4175 commit 6e4f6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
<application name="@topcoder/micro-frontends-navbar-app"></application>
7878
</nav>
7979
<div id="single-spa-main">
80-
<route path="react-example">
80+
<route path="micro-frontends-react-route">
8181
<application name="@topcoder/micro-frontends-react-app"></application>
8282
</route>
83-
<route path="angular-example">
83+
<route path="micro-frontends-angular-route">
8484
<application name="@topcoder/micro-frontends-angular-app"></application>
8585
</route>
8686
<route default>

0 commit comments

Comments
 (0)
This repository has been archived.