Adds site metadata access to the API
This commit is contained in:
8
app/controllers/api/v1/site_controller.rb
Normal file
8
app/controllers/api/v1/site_controller.rb
Normal file
@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::SiteController < ApiController
|
||||
respond_to :json
|
||||
|
||||
def index
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user