about summary refs log tree commit diff
path: root/app/controllers/api/v1/site_controller.rb
blob: 64ca2dec1502c19f66863f42d9c2c19878b2e68b (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class Api::V1::SiteController < ApiController
  respond_to :json

  def index
  end
end