routes
This commit is contained in:
parent
10aa9fa4be
commit
1646448629
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ Rails.application.routes.draw do
|
|||
get 'instruction'
|
||||
get 'messagerie'
|
||||
post 'commentaire' => 'avis#create_commentaire'
|
||||
delete 'delete_commentaire' => 'avis#delete_commentaire'
|
||||
post 'avis' => 'avis#create_avis'
|
||||
get 'bilans_bdf'
|
||||
get 'telecharger_pjs' => 'avis#telecharger_pjs'
|
||||
|
|
Loading…
Reference in a new issue