Spaces:
No application file
No application file
from fastapi import FastAPI app = FastAPI() @app.get("/") def greet_json(): return {"Hello": "World!"}
#2
by
MonsterDo000
- opened
No description provided.