Skip to content

Commit a8490ab

Browse files
committed
fix: change to point mark
1 parent b9646e1 commit a8490ab

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)