0
0
Fork 0

Fix #525 - Add instance information API

This commit is contained in:
Eugen Rochko 2017-03-15 23:12:48 +01:00
parent 7b58c1a694
commit 6be7bde243
6 changed files with 19 additions and 28 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
class Api::V1::InstancesController < ApiController
respond_to :json
def show; end
end