summaryrefslogtreecommitdiff
path: root/app/controllers/api/api_controller.rb
blob: 031622228ab612ee346fbe87cf83d742cbcbb5a1 (plain)
1
2
3
4
5
module Api
  class ApiController < ApplicationController
    protect_from_forgery with: :null_session
  end
end