@ -6,4 +6,3 @@ app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello World", "status": "ok"}