export function setupEndpointsStreaming(router) { router.get("/v1/streaming/health", async (ctx)=>{ ctx.body = "OK"; }); }