dev-mode-python / app.py
Dahepix
hi
b9c3aa9
raw
history blame
125 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def greet_json():
return {"Hello": "World! You are hacked!"}