This commit is contained in:
Kara Diaby 2024-01-26 09:30:16 +00:00
parent 7f37be71bd
commit 53372edd02
3 changed files with 16 additions and 1 deletions

View file

@ -24,6 +24,7 @@ Rails.application.routes.draw do
post 'add_administrateur_with_confirmation', on: :member
post 'change_piece_justificative_template', on: :member
patch 'add_tags', on: :member
patch 'update_template_status', on: :member
get 'export_mail_brouillons', on: :member
resources :confirmation_urls, only: :new
resources :administrateur_confirmations, only: [:new, :create]