Abhisingh-18's picture
Mirror of github.com/Abhisingh18/Trust-first-AI-Copilot
f35583f verified
Raw
History Blame Contribute Delete
107 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def root():
return {"status": "ok"}