From 8bce8e3e75898908a0fc3a9501bca3fdab2e1e44 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Tue, 24 Jun 2025 22:15:46 +0200 Subject: [PATCH] add todo --- api/src/index.ts | 2 ++ api/src/user.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/api/src/index.ts b/api/src/index.ts index 39c6d50..520cade 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -40,3 +40,5 @@ serve( console.log(`Server is running on http://localhost:${info.port}`); } ); + +// TODO: Add health check endpoint diff --git a/api/src/user.ts b/api/src/user.ts index 6339028..e2f0214 100644 --- a/api/src/user.ts +++ b/api/src/user.ts @@ -22,6 +22,7 @@ userRouter.get("/get-stream-token", async (c) => { disableCache: true, } ); + const token = serverClient.createToken(user_id); return c.json({