# frozen_string_literal: true module API class APIController < ApplicationController skip_forgery_protection end end