Skip to content

Commit

Permalink
Fix moderation interface for remote instances with a .zip TLD (#25885)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jul 10, 2023
1 parent c27b82a commit 4b58519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
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
Expand Down

0 comments on commit 4b58519

Please sign in to comment.