elysia set up with websockets
This commit is contained in:
6
backend/app/src/api/health.ts
Normal file
6
backend/app/src/api/health.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Elysia } from "elysia";
|
||||
|
||||
export const health = new Elysia()
|
||||
.get("/healthz", () => {
|
||||
return "ok";
|
||||
})
|
||||
Reference in New Issue
Block a user