# frozen_string_literal: true
class ApiSettingsController < ApplicationController
def index; end
end