Skip to content
Snippets Groups Projects
Unverified Commit d3647a37 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Test the routes

parent c8b36bd9
Branches main
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
<body> <body>
<h1>Boxes</h1> <h1>Boxes</h1>
[ <a href="#/">Locations</a> | <a href="#/boxes">Boxes</a> | <a href="#/contents">Contents</a> ]
<div id="app"></div> <div id="app"></div>
<footer> <footer>
...@@ -61,8 +63,8 @@ ...@@ -61,8 +63,8 @@
"/", { "/", {
"/": LocationsRoute, "/": LocationsRoute,
"/locations": LocationsRoute, "/locations": LocationsRoute,
"/Boxes": BoxesRoute, "/boxes": BoxesRoute,
"/Contents": ContentsRoute, "/contents": ContentsRoute,
} }
); );
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment