Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/admin.rb')
-rw-r--r--config/routes/admin.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 39d639a70cc..2ba00e3bf66 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -10,11 +10,19 @@ namespace :admin do
end
end
+ collection do
+ scope '/-/' do
+ get :cohorts
+ end
+ end
+
member do
get :projects
get :keys
put :block
put :unblock
+ put :ban
+ put :unban
put :deactivate
put :activate
put :unlock