From f17bcc13b8f364af57809ca973eb1c174ce3ad80 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Fri, 17 Apr 2026 08:44:45 +0000 Subject: [PATCH] Auto-fix code style [skip ci] --- app.py | 1 + 1 file changed, 1 insertion(+) 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