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 83ef57b commit 6f1dc7bCopy full SHA for 6f1dc7b
api/index.py
@@ -6,7 +6,7 @@
6
async def root():
7
return {"message": "Hello World"}
8
9
-
+
10
@app.get("/hello/{name}")
11
async def say_hello(name: str):
12
return {"message": f"Hello {name}"}
0 commit comments