from fastapi import FastAPI def get_app(): app = FastAPI(title="GINO FastAPI Demo") return app. And we'll simply instantiate our application in asgi.py :.
確定! 回上一頁