diff options
Diffstat (limited to 'app/routes.ts')
| -rw-r--r-- | app/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes.ts b/app/routes.ts index 74fb552..99ecf42 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -4,6 +4,7 @@ export default [ index("routes/index.tsx"), ...prefix("events", [ index("routes/events._index.tsx"), + route("by-date", "routes/events.by-date.tsx"), route(":id", "routes/events.$id.tsx"), ]), route("venues", "routes/venues.tsx"), |
