Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 36bf28a

Browse files
Removes headers (#21)
1 parent a2684d9 commit 36bf28a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,4 @@ def get_details(request: Request, project_id: str, task_id: str):
185185

186186
@app.get("/healthcheck")
187187
def healthcheck() -> responses.PlainTextResponse:
188-
headers = {"APP": "OK"}
189-
return responses.PlainTextResponse("OK", headers=headers)
188+
return responses.PlainTextResponse("OK")

0 commit comments

Comments
 (0)