from fastapi import FastAPI from fastapi.responses import FileResponse file_path = "test.mp4" app = FastAPI() @app.get("/file", ...
確定! 回上一頁