diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-06-17 11:49:27 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-06-17 11:49:27 -0500 |
commit | 23457cba44758090136b89e13fb83dbc52d69cda (patch) | |
tree | 45c2c332de3b55a70555c822200595c9c2ae5620 /lib | |
parent | 33b66f9ce68ffe1e3b069764b2712ffba27e4169 (diff) | |
download | gitlab-ce-23457cba44758090136b89e13fb83dbc52d69cda.tar.gz |
Added missing mount point for Sidekiq Metrics API, after it got lost on rebase.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 6cd909f6115..51ddd0dbfc4 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -59,5 +59,6 @@ module API mount ::API::Licenses mount ::API::Subscriptions mount ::API::Gitignores + mount ::API::SidekiqMetrics end end |