Refresh attachments with virus scan result

This commit is contained in:
Paul Chavard 2019-05-21 14:21:55 +02:00
parent cc4eba2b36
commit 6a3413018a
5 changed files with 86 additions and 0 deletions

View file

@ -133,6 +133,8 @@ Rails.application.routes.draw do
post ':position/repetition', to: 'repetition#show', as: :repetition
end
get 'attachments/:id', to: 'attachments#show', as: :attachment
get 'tour-de-france' => 'root#tour_de_france'
get "patron" => "root#patron"
get "accessibilite" => "root#accessibilite"