feat: add health, miniapp stub, and sync routes
This commit is contained in:
parent
4a8b0ac806
commit
c16d028983
3 changed files with 100 additions and 0 deletions
4
src/routes/health.ts
Normal file
4
src/routes/health.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { Hono } from 'hono'
|
||||
|
||||
export const health = new Hono()
|
||||
health.get('/health', c => c.json({ ok: true }))
|
||||
Loading…
Add table
Add a link
Reference in a new issue