V1
This commit is contained in:
9
app/main.py
Normal file
9
app/main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Union
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get("/")
|
||||
def read_root():
|
||||
return {"Hello": "World"}
|
||||
Reference in New Issue
Block a user