docbrown/app/controllers/api/v1/instances_controller.rb
Fernando Valverde b8abbda72e
Unpublish post service class + V1 API endpoint (#18031)
* Unpublish post service + API

* Apply PR feedback

* Use module_function on service class
2022-07-08 09:08:55 -06:00

9 lines
168 B
Ruby

module Api
module V1
class InstancesController < ApiController
include Api::InstancesController
before_action :set_no_cache_header
end
end
end