refactor(dossier): export to use turbo-poll

This commit is contained in:
Paul Chavard 2022-05-11 16:11:34 +02:00
parent e9b02642c5
commit e33022ffc7
5 changed files with 9 additions and 29 deletions

View file

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