Skip to content

Commit 35dc225

Browse files
authored
Merge pull request #4 from containifyci/fr12k_point_mark
fix: change to point mark
2 parents b9646e1 + a8490ab commit 35dc225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
@app.get("/hello")
77
def hello(name: str = "world"):
8-
return {"message": f"hello {name}!"}
8+
return {"message": f"hello {name}."}

0 commit comments

Comments
 (0)