aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes.tsx')
-rw-r--r--src/frontend/app/routes.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/routes.tsx b/src/frontend/app/routes.tsx
index 9dd8a66..189949f 100644
--- a/src/frontend/app/routes.tsx
+++ b/src/frontend/app/routes.tsx
@@ -5,5 +5,6 @@ export default [
route("/stops", "routes/stoplist.tsx"),
route("/map", "routes/map.tsx"),
route("/estimates/:id", "routes/estimates-$id.tsx"),
+ route("/timetable/:id", "routes/timetable-$id.tsx"),
route("/settings", "routes/settings.tsx"),
] satisfies RouteConfig;