Added missing mount point for Sidekiq Metrics API, after it got lost on rebase.

This commit is contained in:
Patricio Cano
2016-06-17 11:49:27 -05:00
parent 33b66f9ce6
commit 23457cba44
+1
View File
@@ -59,5 +59,6 @@ module API
mount ::API::Licenses
mount ::API::Subscriptions
mount ::API::Gitignores
mount ::API::SidekiqMetrics
end
end