# frozen_string_literal: true class Api::V2::ApiController < ApplicationController respond_to :json skip_before_action :anger_old_api_clients end