missed a health check
This commit is contained in:
parent
4b3ab78ae4
commit
3ef7eba0d9
|
|
@ -2,4 +2,6 @@ import { Hype } from '@because/hype'
|
|||
|
||||
const app = new Hype()
|
||||
|
||||
app.get('/ok', c => c.text('ok'))
|
||||
|
||||
export default app.defaults
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user