Merge commit '658addcbf783f6baa922d11c9524ebb9ddbcbc59' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-08-09 17:15:32 +02:00
57 changed files with 1506 additions and 375 deletions

View File

@@ -338,6 +338,10 @@ namespace :api, format: false do
namespace :admin do
resources :accounts, only: [:index]
end
namespace :notifications do
resource :policy, only: [:show, :update]
end
end
namespace :v2_alpha do