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.
1 parent b9646e1 commit a8490abCopy full SHA for a8490ab
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