module Api module V1 class VideosController < ApiController include Api::VideosController before_action :set_cache_control_headers, only: %i[index] end end end