routes
This commit is contained in:
parent
894b065615
commit
510e8f2fdd
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ Rails.application.routes.draw do
|
|||
get 'messagerie'
|
||||
post 'commentaire' => 'dossiers#create_commentaire'
|
||||
patch 'delete_dossier'
|
||||
patch 'restore', to: 'dossiers#restore'
|
||||
get 'attestation'
|
||||
get 'transferer', to: 'dossiers#transferer'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue