Yes there is. from fastapi import FastAPI app = FastAPI() @app.get("/dummy", tags=["dummy2"]) async def dummy(): ... @app.post("/dummy2" ...
確定! 回上一頁