diff --git a/app.py b/app.py index c37ff79..1886d51 100644 --- a/app.py +++ b/app.py @@ -74,6 +74,7 @@ def home(): return render_template_string(HTML, tekst=tekst, gespiegeld=gespiegeld) + @app.get("/health") def health(): return {"status": "ok"}, 200