mirror of https://github.com/mastodon/mastodon
Fix moderation interface for remote instances with a .zip TLD (#25885)
This commit is contained in:
parent
7709bbba65
commit
6398fc0b66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue