summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-11 10:22:05 +0100
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-11 10:39:39 +0100
commit2da3cf314651d22f85059d99476ec7952950b44f (patch)
treed2481262005e72bb23f846d53c6ee33da166aa09 /config/routes.rb
parente2e43a114b5af63aad6d9badcb727c8829abb167 (diff)
downloadgitlab-ce-2da3cf314651d22f85059d99476ec7952950b44f.tar.gz
Add CI runners registration token reset button
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 061a8fd5da4..54d6afe2dca 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -276,6 +276,7 @@ Rails.application.routes.draw do
resource :application_settings, only: [:show, :update] do
resources :services
+ put :reset_runners_token
end
resources :labels