- ship OpenAPI-first health check template as package data - add CLI to copy scaffold into new project directories - include OpenAPI spec, routes, and bootstrap example - enable fast startup for OpenAPI-first services
3 lines
46 B
Python
3 lines
46 B
Python
def get_health():
|
|
return {"status": "ok"}
|