dev-mode-python / app.py
xqt's picture
qweqwe
127cc49
raw
history blame contribute delete
122 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def greet_json():
return {"Hello": "World!"}
asasdadasdas