From 83d739e57dfab5e9eeab91ea433641b0491c8437 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 22 May 2020 14:45:31 -0400 Subject: [PATCH] revert 5e113bafc --- app/controllers/api/base_controller.rb | 1 - 1 file changed, 1 deletion(-) 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