Skip to content
Snippets Groups Projects
Unverified Commit 4b585197 authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent c27b82a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment