mastodon/app/controllers/api/v1/site_controller.rb

9 lines
119 B
Ruby
Raw Normal View History

2017-02-27 13:06:25 +01:00
# frozen_string_literal: true
class Api::V1::SiteController < ApiController
respond_to :json
def index
end
end