initial implementation of async export
This commit is contained in:
parent
e66a94d7d2
commit
1af2b63ed1
6 changed files with 63 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue