summaryrefslogtreecommitdiff
path: root/app/routes.ts
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-08-15 22:28:23 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-08-15 22:28:23 +0900
commit11f6a452ee2d4796ad9786b2ad3ce6c9ad171262 (patch)
tree21203ae21e0502b8f8e1652115539e74ae1607d7 /app/routes.ts
parentb9e06d9a139e6d9a6d509f500beee97d0d071602 (diff)
Add /api/band-import endpoint for bulk band creation via JSONHEADmaster
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 5660edb..4633169 100644
--- a/app/routes.ts
+++ b/app/routes.ts
@@ -7,6 +7,7 @@ export default [
route("/api/artists", "routes/api-artists.tsx"),
route("/api/export", "routes/api-export.tsx"),
route("/api/import", "routes/api-import.tsx"),
+ route("/api/band-import", "routes/api-band-import.tsx"),
route("/bands", "routes/band-index.tsx"),
route("/bands/new", "routes/band-new.tsx"),
route("/bands/auto-register", "routes/band-auto-register.tsx"),