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

lolsob-rspec
Claire 2023-07-10 18:42:10 +02:00 committed by GitHub
parent 66693177ff
commit 2b174c0d78
1 changed files with 1 additions and 1 deletions

View File

@ -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