relance un expert

This commit is contained in:
Christophe Robillard 2020-07-20 16:26:16 +02:00
parent bde8fe2c5d
commit d9cb5c067f
4 changed files with 31 additions and 0 deletions

View file

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