We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfce70 commit 2fe160cCopy full SHA for 2fe160c
main.py
@@ -32,5 +32,4 @@ def resolve_kratos_admin(body, response):
32
33
@app.get("/healthcheck")
34
def healthcheck() -> responses.PlainTextResponse:
35
- headers = {"APP": "OK"}
36
- return responses.PlainTextResponse("OK", headers=headers)
+ return responses.PlainTextResponse("OK")
0 commit comments