mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 05:12:18 +00:00
Cache instance info (#8765)
This commit is contained in:
parent
8b61683f9e
commit
86f138ed16
|
@ -4,6 +4,8 @@ class Api::V1::InstancesController < Api::BaseController
|
||||||
respond_to :json
|
respond_to :json
|
||||||
|
|
||||||
def show
|
def show
|
||||||
render json: {}, serializer: REST::InstanceSerializer
|
render_cached_json('api:v1:instances', expires_in: 5.minutes) do
|
||||||
|
ActiveModelSerializers::SerializableResource.new({}, serializer: REST::InstanceSerializer)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue