refactor: move fetchEpisodes in to subfolder

This commit is contained in:
2024-05-29 08:37:51 -04:00
parent d19f76689c
commit 8b6aecca5c
7 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ app.route(
);
app.route(
"/episodes",
await import("~/controllers/episodes").then(
await import("~/controllers/episodes/getByAniListId").then(
(controller) => controller.default,
),
);