feat: create route to fetch stream URL from provider

Summary:

Test Plan:
This commit is contained in:
2024-05-30 08:44:20 -04:00
parent 63cb1b26d9
commit 7aab9a19ec
10 changed files with 302 additions and 1 deletions

View File

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