Fix moderation interface for remote instances with a .zip TLD (#25885)

local
Claire 10 months ago committed by GitHub
parent c27b82a437
commit 4b5851974c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/routes/admin.rb

@ -67,7 +67,7 @@ namespace :admin do
end
end
resources :instances, only: [:index, :show, :destroy], constraints: { id: %r{[^/]+} } do
resources :instances, only: [:index, :show, :destroy], constraints: { id: %r{[^/]+} }, format: 'html' do
member do
post :clear_delivery_errors
post :restart_delivery

Loading…
Cancel
Save