feat: support sending "new title" alerts to devices
This commit is contained in:
@@ -33,6 +33,12 @@ app.route(
|
||||
"/token",
|
||||
await import("~/controllers/token").then((controller) => controller.default),
|
||||
);
|
||||
app.route(
|
||||
"/upcoming",
|
||||
await import("~/controllers/upcoming").then(
|
||||
(controller) => controller.default,
|
||||
),
|
||||
);
|
||||
|
||||
// The OpenAPI documentation will be available at /doc
|
||||
app.doc("/openapi.json", {
|
||||
|
||||
Reference in New Issue
Block a user