logo

mastofe

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

manifests_controller.rb (173B)


  1. # frozen_string_literal: true
  2. class ManifestsController < ApplicationController
  3. def show
  4. render json: InstancePresenter.new, serializer: ManifestSerializer
  5. end
  6. end