So, you can use a FileResponse if it's a file in disk with a path: ... from fastapi.responses import FileResponse @app.get("/") async def ...
確定! 回上一頁