mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
Fix moderation interface for remote instances with a .zip TLD (#25885)
This commit is contained in:
parent
c27b82a437
commit
4b5851974c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue