Skip to content

Commit 6f1dc7b

Browse files
committed
refactor: code ident
1 parent 83ef57b commit 6f1dc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
async def root():
77
return {"message": "Hello World"}
88

9-
9+
1010
@app.get("/hello/{name}")
1111
async def say_hello(name: str):
1212
return {"message": f"Hello {name}"}

0 commit comments

Comments
 (0)