This commit is contained in:
Arthur Belleville 2025-06-24 22:15:46 +02:00
parent 7cc86c10a7
commit 8bce8e3e75
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -40,3 +40,5 @@ serve(
console.log(`Server is running on http://localhost:${info.port}`);
}
);
// TODO: Add health check endpoint

View file

@ -22,6 +22,7 @@ userRouter.get("/get-stream-token", async (c) => {
disableCache: true,
}
);
const token = serverClient.createToken(user_id);
return c.json({