procedure download is performed through a controller in order not to leak the URL

This commit is contained in:
clemkeirua 2019-10-02 15:51:37 +02:00
parent 1af2b63ed1
commit 70ea5e167e
6 changed files with 21 additions and 12 deletions

View file

@ -294,6 +294,7 @@ Rails.application.routes.draw do
get 'remove_filter' => 'procedures#remove_filter', as: 'remove_filter'
get 'download_dossiers'
get 'download_dossiers_mail'
get 'download_export'
get 'stats'
get 'email_notifications'
patch 'update_email_notifications'