refactor: move fetchEpisodes in to subfolder
This commit is contained in:
@@ -15,7 +15,7 @@ app.route(
|
||||
);
|
||||
app.route(
|
||||
"/episodes",
|
||||
await import("~/controllers/episodes").then(
|
||||
await import("~/controllers/episodes/getByAniListId").then(
|
||||
(controller) => controller.default,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user