feat: support sending "new episode" notifications to devices
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user