diff --git a/app/controllers/api/base_controller.rb b/app/controllers/api/base_controller.rb index e6c2dfb9..47c82302 100644 --- a/app/controllers/api/base_controller.rb +++ b/app/controllers/api/base_controller.rb @@ -92,7 +92,6 @@ class Api::BaseController < ApplicationController end def set_cache_headers - render json: [] response.headers['Cache-Control'] = 'no-cache, no-store, max-age=0, must-revalidate' end end