This commit is contained in:
mgabdev 2020-05-22 14:45:31 -04:00
parent 5e113bafc0
commit 83d739e57d
1 changed files with 0 additions and 1 deletions

View File

@ -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