summaryrefslogtreecommitdiff
path: root/app/controllers/api/v2/api_controller.rb
blob: 26ab45cddd530200281a2ceeadd15f9759f6a76d (plain)
1
2
3
4
5
6
# frozen_string_literal: true

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