add route
This commit is contained in:
parent
06540c1b93
commit
fef7f79237
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ Rails.application.routes.draw do
|
|||
get 'messagerie'
|
||||
post 'commentaire' => 'dossiers#create_commentaire'
|
||||
post 'ask_deletion'
|
||||
patch 'hide_dossier'
|
||||
get 'attestation'
|
||||
get 'transferer', to: 'dossiers#transferer'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue