feat: support sending "new episode" notifications to devices

This commit is contained in:
2024-09-08 02:22:26 -05:00
parent 57fbdfaabe
commit 1d606ef0d3
11 changed files with 170 additions and 26 deletions

View File

@@ -39,6 +39,12 @@ app.route(
(controller) => controller.default,
),
);
app.route(
"/new-episode",
await import("~/controllers/new-episode").then(
(controller) => controller.default,
),
);
// The OpenAPI documentation will be available at /doc
app.doc("/openapi.json", {