Create app.py

#2
by Berkov2 - opened

from fastapi import FastAPI

app = FastAPI()

@app .get("/")
def greet_json():
return {"Hello": "World!"}

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

Sign up or log in to comment