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

class Api::V1::InstancesController < Api::BaseController
  respond_to :json

  def show; end
end