happychat / app.py
rapid12k4's picture
Update app.py
e9eda6a verified
raw
history blame
100 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def greet_json():
return {"nikhil"}