6be7bde24 ^
73540ffe6 ^
8b2cad563 ^
1 2
3
4 5
6 7 8
9
# frozen_string_literal: true class Api::V1::InstancesController < Api::BaseController respond_to :json def show render json: {}, serializer: REST::InstanceSerializer end end