Skip to content

Commit 2fe160c

Browse files
Removes headers (#14)
1 parent fdfce70 commit 2fe160c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ def resolve_kratos_admin(body, response):
3232

3333
@app.get("/healthcheck")
3434
def healthcheck() -> responses.PlainTextResponse:
35-
headers = {"APP": "OK"}
36-
return responses.PlainTextResponse("OK", headers=headers)
35+
return responses.PlainTextResponse("OK")

0 commit comments

Comments
 (0)