Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function setupEndpointsStreaming(router) {
|
||||
router.get("/v1/streaming/health", async (ctx)=>{
|
||||
ctx.body = "OK";
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user