0
0
Fork 0

Add preview of followers removed in domain block modal in web UI (#32032)

This commit is contained in:
Eugen Rochko 2024-09-25 20:13:36 +02:00 committed by GitHub
parent 28c4eca0af
commit 3426ea2912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 274 additions and 108 deletions

View file

@ -125,6 +125,10 @@ namespace :api, format: false do
get :search, to: 'search#index'
end
namespace :domain_blocks do
resource :preview, only: [:show]
end
resource :domain_blocks, only: [:show, :create, :destroy]
resource :directory, only: [:show]