Supprime la possibilité pour l'expert invité d'envoyer un message à l'usager

This commit is contained in:
kara Diaby 2020-10-08 10:42:16 +02:00
parent f4fa557aca
commit 6636b7f14c
5 changed files with 1 additions and 67 deletions

View file

@ -300,7 +300,6 @@ Rails.application.routes.draw do
get '', action: 'procedure', on: :collection, as: :procedure
member do
get 'instruction'
get 'messagerie'
post 'commentaire' => 'avis#create_commentaire'
post 'avis' => 'avis#create_avis'
patch 'revoquer'