return bilan bdf csv for expert

This commit is contained in:
Christophe Robillard 2020-05-11 12:55:59 +02:00
parent cad8245540
commit aab4bb81ee
4 changed files with 19 additions and 1 deletions

View file

@ -354,6 +354,7 @@ Rails.application.routes.draw do
get 'messagerie'
post 'commentaire' => 'avis#create_commentaire'
post 'avis' => 'avis#create_avis'
get 'bilans_bdf'
get 'sign_up/email/:email' => 'avis#sign_up', constraints: { email: /.*/ }, as: 'sign_up'
post 'sign_up/email/:email' => 'avis#create_instructeur', constraints: { email: /.*/ }