As you can see below, by default, no response schema is generated when you don't specify a response_model : from fastapi import FastAPI app = FastAPI() ...
確定! 回上一頁