summaryrefslogtreecommitdiff
path: root/app/routes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes.ts')
-rw-r--r--app/routes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/routes.ts b/app/routes.ts
index 0a2c028..6125a73 100644
--- a/app/routes.ts
+++ b/app/routes.ts
@@ -8,6 +8,8 @@ export default [
route("/api/import", "routes/api-import.tsx"),
route("/bands", "routes/band-index.tsx"),
route("/bands/new", "routes/band-new.tsx"),
+ route("/bands/auto-register", "routes/band-auto-register.tsx"),
+ route("/bands/auto-register/jobs/:id", "routes/band-auto-register-job.tsx"),
route("/bands/of/:uuid", "routes/band-by-uuid.tsx"),
route("/bands/named/:slug", "routes/band-by-slug.tsx"),
route("/bands/of/:uuid/edit", "routes/band-edit.tsx"),