Improve health check

This commit is contained in:
Dominic Ferrando
2026-06-23 16:04:14 -04:00
parent 39d3e5ab52
commit 1ca0fe308d
+2 -1
View File
@@ -89,7 +89,8 @@ export const app = new Elysia()
);
})
.get("/", () => "Hello world")
.get("/", () => ({ status: "ok" }))
.get("/health", () => ({ status: "ok" }))
// CALCULATOR