diff --git a/app/main.py b/app/main.py index 4ae25d0..c10bfac 100644 --- a/app/main.py +++ b/app/main.py @@ -40,8 +40,8 @@ def __call__(self, api_key: typing.Optional[str] = Header(...)): return api_key -@app.get("/heathz") -async def heathz(): +@app.get("/healthz") +async def healthz(): return {}