changes to the asv export

This commit is contained in:
2026-09-24 22:21:55 +02:00
parent f3c7b6cd55
commit 8d07577220
3 changed files with 8 additions and 0 deletions
+7
View File
@@ -13775,6 +13775,13 @@ def upload_csv_batch():
"images_failed": error_count
}), 200
@app.route('/get/asv_export', methods=['GET'])
def get_asv_export():
if 'username' not in session:
flash('Bitte melden Sie sich an.', 'error')
return redirect(url_for('login'))
return send_from_directory(app.static_folder, 'img/asv_export_invario_2026.exfj')
"""
@app.route('/test_email')
def test_email():