Fix #525 - Add instance information API
This commit is contained in:
7
app/controllers/api/v1/instances_controller.rb
Normal file
7
app/controllers/api/v1/instances_controller.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::InstancesController < ApiController
|
||||
respond_to :json
|
||||
|
||||
def show; end
|
||||
end
|
@ -1,8 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::SiteController < ApiController
|
||||
respond_to :json
|
||||
|
||||
def index
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user