initial implementation of async export

This commit is contained in:
clemkeirua 2019-09-30 11:57:21 +02:00
parent e66a94d7d2
commit 1af2b63ed1
6 changed files with 63 additions and 0 deletions

View file

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