This commit is contained in:
navry 2025-08-04 23:39:18 +02:00
parent 9e4989e9ff
commit 40f6bb7953
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='hotovy.dxf',
download_name='hotovson.dxf',
mimetype='application/octet-stream'
)
else: