from typing import Union from uuid import UUID app = FastAPI() @app.get("/foo/{id_or_name}") def ... I'm trying to upload a .csv file to my server.
確定! 回上一頁