22e41e6 f70cfde 22e41e6 5a2bd7c 22e41e6
1
2
3
4
5
6
7
8
from fastapi import FastAPI app = FastAPI() @app.get("/") async def index(): return {"message": "App is running"}