add todo
This commit is contained in:
parent
7cc86c10a7
commit
8bce8e3e75
2 changed files with 3 additions and 0 deletions
|
|
@ -40,3 +40,5 @@ serve(
|
|||
console.log(`Server is running on http://localhost:${info.port}`);
|
||||
}
|
||||
);
|
||||
|
||||
// TODO: Add health check endpoint
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ userRouter.get("/get-stream-token", async (c) => {
|
|||
disableCache: true,
|
||||
}
|
||||
);
|
||||
|
||||
const token = serverClient.createToken(user_id);
|
||||
|
||||
return c.json({
|
||||
|
|
|
|||
Loading…
Reference in a new issue