From d3647a37cb20dfd1690edb290684282ec83c6b57 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@lyda.ie> Date: Thu, 28 Nov 2024 11:15:20 +0000 Subject: [PATCH] Test the routes --- web/files/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/files/index.html b/web/files/index.html index 7347027..618f42d 100644 --- a/web/files/index.html +++ b/web/files/index.html @@ -22,6 +22,8 @@ <body> <h1>Boxes</h1> +[ <a href="#/">Locations</a> | <a href="#/boxes">Boxes</a> | <a href="#/contents">Contents</a> ] + <div id="app"></div> <footer> @@ -61,8 +63,8 @@ "/", { "/": LocationsRoute, "/locations": LocationsRoute, - "/Boxes": BoxesRoute, - "/Contents": ContentsRoute, + "/boxes": BoxesRoute, + "/contents": ContentsRoute, } ); }); -- GitLab