Skip to content

Commit

Permalink
Adding return type for client connect
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Feb 15, 2024
1 parent f8cfdcd commit 2a01f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion florist/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@


@app.get("/api/client/connect")
def connect():
def connect() -> JSONResponse:
return JSONResponse({"status": "ok"})

0 comments on commit 2a01f55

Please sign in to comment.