from fastapi import FastAPI app = FastAPI() @app.get("/") def greet_json(): return {"Hello": "World!"}

#2
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment