]> cat aescling's git repositories - mastodon.git/blob - app/controllers/manifests_controller.rb
Add validations to admin settings (#10348)
[mastodon.git] / app / controllers / manifests_controller.rb
1 # frozen_string_literal: true
2
3 class ManifestsController < ApplicationController
4 def show
5 render json: InstancePresenter.new, serializer: ManifestSerializer
6 end
7 end
This page took 0.132922 seconds and 4 git commands to generate.