diff --git a/app/controllers/api/order_cycles_controller.rb b/app/controllers/api/order_cycles_controller.rb index e2bca5a626..f92927b0fe 100644 --- a/app/controllers/api/order_cycles_controller.rb +++ b/app/controllers/api/order_cycles_controller.rb @@ -5,7 +5,9 @@ module Api skip_authorization_check - caches_action :taxons, :properties, expires_in: CacheService::FILTERS_EXPIRY + caches_action :taxons, :properties, + expires_in: CacheService::FILTERS_EXPIRY, + cache_path: proc { |controller| controller.request.url } def products products = ProductsRenderer.new(