fix manifests json (thanks @@Frinkeldoodle@transfur.online)

master
multiple creatures 2020-01-25 17:25:49 -06:00
parent fa8437f49a
commit 2e50d64956
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ class ManifestsController < ApplicationController
def show
expires_in 3.minutes, public: true
render json: InstancePresenter.new, serializer: ManifestSerializer
render json: InstancePresenter.new, serializer: ManifestSerializer, root: 'instance'
end
end