fix: remove legacy route

This commit is contained in:
2024-06-03 07:23:22 -04:00
parent 814cab4288
commit be5dedc51c
4 changed files with 0 additions and 207 deletions

View File

@@ -23,13 +23,6 @@ app.route(
"/search",
await import("~/controllers/search").then((controller) => controller.default),
);
// TODO: Remove this route once v2 is ready
app.route(
"/download",
await import("~/controllers/episodes/downloadLegacy").then(
(controller) => controller.default,
),
);
// The OpenAPI documentation will be available at /doc
app.doc("/openapi.json", {