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.
2 parents b9646e1 + a8490ab commit 35dc225Copy full SHA for 35dc225
1 file changed
app.py
@@ -5,4 +5,4 @@
5
6
@app.get("/hello")
7
def hello(name: str = "world"):
8
- return {"message": f"hello {name}!"}
+ return {"message": f"hello {name}."}
0 commit comments