파일 다운로드 설정
2024. 6. 28. 22:56ㆍ파이썬/FastAPI
참조: https://chaechae.life/blog/fastapi-download-api
@app.get('/qrcode')
async def qrcode(file: str):
return FileResponse(file, media_type='image/png', filename=file)
'파이썬 > FastAPI' 카테고리의 다른 글
FastAPI 이미지 만들기 (1) | 2024.09.16 |
---|---|
FastAPI CORS 설정 (0) | 2024.04.01 |
FastAPI post 설정 (1) | 2024.03.16 |
FastAPI 설정 (0) | 2024.03.16 |