This commit is contained in:
navry 2025-08-04 23:37:18 +02:00
parent 672d028469
commit 9e4989e9ff
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def upload_file():
return send_file(
path_or_file=dxf_file,
as_attachment=True,
download_name='hotovo.dxf',
download_name='hotovy.dxf',
mimetype='application/octet-stream'
)
else: