Admins can delete the attestation template's logo
This commit is contained in:
parent
d649e29bb0
commit
535f9004bf
3 changed files with 13 additions and 0 deletions
|
@ -232,6 +232,7 @@ Rails.application.routes.draw do
|
|||
post 'attestation_template/preview' => 'attestation_templates#preview'
|
||||
patch 'attestation_template/preview' => 'attestation_templates#preview'
|
||||
|
||||
delete 'attestation_template/logo' => 'attestation_templates#delete_logo'
|
||||
delete 'attestation_template/signature' => 'attestation_templates#delete_signature'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue