DEV: Remove bulk group admin endpoints (#11949)

Originally added in 47e25648df. Looks like all related code was removed in c82b2dcc24 and b76731d722.
This commit is contained in:
Jarek Radosz
2021-02-03 18:12:22 +01:00
committed by GitHub
parent 2dc48fd6c1
commit 45931f86be
4 changed files with 0 additions and 80 deletions
-3
View File
@@ -100,9 +100,6 @@ Discourse::Application.routes.draw do
end
resources :groups, except: [:create], constraints: AdminConstraint.new do
collection do
get 'bulk'
get 'bulk-complete' => 'groups#bulk'
put 'bulk' => 'groups#bulk_perform'
put "automatic_membership_count" => "groups#automatic_membership_count"
end
end