diff options
author | Patricio Cano <patricio@gitlab.com> | 2016-06-14 16:46:53 +0000 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2016-06-14 16:46:53 +0000 |
commit | 6023dc356a421462a1d00333b5893116e64cfd33 (patch) | |
tree | 524fc0fec9da539e19d77950c2ac213607e3a464 /lib/api/api.rb | |
parent | 06e0ef07bcb92925e6819cbe1e33cdcf645b736b (diff) | |
download | gitlab-ce-revert-06e0ef07.tar.gz |
Revert "Added API endpoint for Sidekiq Metrics"revert-06e0ef07
This reverts commit 06e0ef07bcb92925e6819cbe1e33cdcf645b736b
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 51ddd0dbfc4..6cd909f6115 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -59,6 +59,5 @@ module API mount ::API::Licenses mount ::API::Subscriptions mount ::API::Gitignores - mount ::API::SidekiqMetrics end end |