Merge commit '9d664f87a04b6a5157ddbe60ee33b5b7a960198e' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-09-29 11:06:09 +02:00
212 changed files with 1839 additions and 807 deletions

View File

@@ -126,6 +126,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]