Skip to content

Commit

Permalink
Breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
minond committed Oct 13, 2024
1 parent 6120684 commit 7194c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@app.get("/greet")
def route_greet():
greeting = request.args.get("greeting", "Hello")
name = request.args.get("name", "friend")
name = request.args.get("names", "friend")
return {"message": f"{greeting} {name}"}

0 comments on commit 7194c99

Please sign in to comment.