diff options
Diffstat (limited to 'app/routes.ts')
| -rw-r--r-- | app/routes.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/routes.ts b/app/routes.ts index d02abf7..1d8d60b 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -4,6 +4,8 @@ export default [ index("routes/home.tsx"), route("/api/bands", "routes/api-bands.tsx"), route("/api/artists", "routes/api-artists.tsx"), + route("/api/export", "routes/api-export.tsx"), + route("/api/import", "routes/api-import.tsx"), route("/bands/new", "routes/band-new.tsx"), route("/bands/of/:uuid", "routes/band-by-uuid.tsx"), route("/bands/named/:slug", "routes/band-by-slug.tsx"), |
