Auto-fix code style [skip ci]
This commit is contained in:
1
app.py
1
app.py
@@ -74,6 +74,7 @@ def home():
|
|||||||
|
|
||||||
return render_template_string(HTML, tekst=tekst, gespiegeld=gespiegeld)
|
return render_template_string(HTML, tekst=tekst, gespiegeld=gespiegeld)
|
||||||
|
|
||||||
|
|
||||||
@app.get("/health")
|
@app.get("/health")
|
||||||
def health():
|
def health():
|
||||||
return {"status": "ok"}, 200
|
return {"status": "ok"}, 200
|
||||||
|
|||||||
Reference in New Issue
Block a user