logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

instances_controller.rb (187B)


  1. # frozen_string_literal: true
  2. class Api::V1::InstancesController < Api::BaseController
  3. respond_to :json
  4. def show
  5. render json: {}, serializer: REST::InstanceSerializer
  6. end
  7. end