health check

This commit is contained in:
Chris Wanstrath 2025-09-23 21:57:38 -07:00
parent dcf104a77d
commit f863544adf

View File

@ -28,6 +28,8 @@ const pending = new Map<string, (res: any) => void>
const app = new Hono const app = new Hono
app.get("/health", c => c.text("ok"))
app.get("/tunnel", c => { app.get("/tunnel", c => {
const app = c.req.query("app") const app = c.req.query("app")
if (!app) if (!app)