diff --git a/config/routes.rb b/config/routes.rb index 4eac0807f1..4864bd6d23 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -226,7 +226,7 @@ Rails.application.routes.draw do end end - resources :instances, only: [:index, :show, :destroy], constraints: { id: /[^\/]+/ } do + resources :instances, only: [:index, :show, :destroy], constraints: { id: /[^\/]+/ }, format: 'html' do member do post :clear_delivery_errors post :restart_delivery