summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
blob: 13c271fb663cd202d858a87faaaae8442fe63eb3 (plain)
1
2
3
4
# frozen_string_literal: true

class ApplicationController < ActionController::API
end