summaryrefslogtreecommitdiff
path: root/app/routes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes.ts')
-rw-r--r--app/routes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes.ts b/app/routes.ts
index 6125a73..5660edb 100644
--- a/app/routes.ts
+++ b/app/routes.ts
@@ -2,6 +2,7 @@ import { type RouteConfig, index, route } from "@react-router/dev/routes";
export default [
index("routes/home.tsx"),
+ route("/search", "routes/search.tsx"),
route("/api/bands", "routes/api-bands.tsx"),
route("/api/artists", "routes/api-artists.tsx"),
route("/api/export", "routes/api-export.tsx"),