from fastapi import FastAPI app = FastAPI() @app.get("/") def get_root(): return {"message": "FastAPI running in a Docker container"}.
確定! 回上一頁