Ver a proveniência

Cache instance info (#8765)

master
Yamagishi Kazutoshi há 5 anos
committed by Eugen Rochko
ascendente
cometimento
86f138ed16
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      app/controllers/api/v1/instances_controller.rb

+ 3
- 1
app/controllers/api/v1/instances_controller.rb Ver ficheiro

@@ -4,6 +4,8 @@ class Api::V1::InstancesController < Api::BaseController
respond_to :json

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

Carregando…
Cancelar
Guardar