diff --git a/src/app/views.py b/src/app/views.py index e3773fd..1f4bd0d 100644 --- a/src/app/views.py +++ b/src/app/views.py @@ -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}" } )