feat: support fetching "currently watching" titles when logging in
This commit is contained in:
@@ -37,6 +37,10 @@ app.route(
|
||||
"/token",
|
||||
await import("~/controllers/token").then((controller) => controller.default),
|
||||
);
|
||||
app.route(
|
||||
"/auth",
|
||||
await import("~/controllers/auth").then((controller) => controller.default),
|
||||
);
|
||||
app.route(
|
||||
"/internal",
|
||||
await import("~/controllers/internal").then(
|
||||
|
||||
Reference in New Issue
Block a user