⚰️ remove dead route (#8372)

This commit is contained in:
Sébastien Carceles 2023-01-05 15:07:39 +01:00 committed by GitHub
parent 1de969915a
commit 7679ba26b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,8 +322,6 @@ Rails.application.routes.draw do
end
end
resources :prefills, only: :show
resource :feedback, only: [:create]
get 'demarches' => 'demarches#index'