Grammar-Coach-App / fastapi_app.py
anyonehomep1mane
Latest Changes
3210c79
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def greet_json():
return {"Hello": "World!"}