Commit ba8b8ca5 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix Geo

parent ca3719b2
class GeoKeyRefreshWorker class GeoKeyRefreshWorker
include Sidekiq::Worker include Sidekiq::Worker
include GeoDynamicBackoff include ::GeoDynamicBackoff
sidekiq_options queue: :default sidekiq_options queue: :default
......
...@@ -26,6 +26,7 @@ module API ...@@ -26,6 +26,7 @@ module API
# Ensure the namespace is right, otherwise we might load Grape::API::Helpers # Ensure the namespace is right, otherwise we might load Grape::API::Helpers
helpers ::API::Helpers helpers ::API::Helpers
mount ::API::Geo
mount ::API::Groups mount ::API::Groups
mount ::API::GroupMembers mount ::API::GroupMembers
mount ::API::Users mount ::API::Users
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment