Compare commits
2 Commits
a533ed4d1e
...
e2b2d41ecb
| Author | SHA1 | Date | |
|---|---|---|---|
| e2b2d41ecb | |||
| 72d1f6dd3f |
@@ -0,0 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get('/')
|
||||
def read_root():
|
||||
return {'Hello': 'World'}
|
||||
Reference in New Issue
Block a user