Fix header

This commit is contained in:
2021-11-21 22:01:07 +03:00
parent ba3be80564
commit 4f1326258e

View File

@@ -21,6 +21,6 @@ async def download(source_id: int, remote_id: int, file_type: str):
return Response(
content,
headers={
"Conten-Disposition": f"attachment; filename={filename}"
"Content-Disposition": f"attachment; filename={filename}"
}
)