Improve health check
This commit is contained in:
@@ -89,7 +89,8 @@ export const app = new Elysia()
|
|||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|
||||||
.get("/", () => "Hello world")
|
.get("/", () => ({ status: "ok" }))
|
||||||
|
.get("/health", () => ({ status: "ok" }))
|
||||||
|
|
||||||
// CALCULATOR
|
// CALCULATOR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user