app = FastAPI() # Create. Change the default status code from 200 to 201. @app.post("/products", status_code=201) async def create_product ...
確定! 回上一頁