8 lines
126 B
Ruby
8 lines
126 B
Ruby
# frozen_string_literal: true
|
|
|
|
module API
|
|
class APIController < ApplicationController
|
|
skip_forgery_protection
|
|
end
|
|
end
|