Sha256: 2cd5471d2d95f421cb9b0a91a11242134de60b3d422135267a966da597679ee8

Contents?: true

Size: 158 Bytes

Versions: 11

Compression:

Stored size: 158 Bytes

Contents

class WebhooksController < ApplicationController
  def g5_configurator
    Sibling::Instruction.async_consume_feed
    render json: {}, status: :ok
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
g5_sibling_deployer_engine-0.7.0 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.6.3 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.6.2 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.6.1 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.5.0 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.4.2 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.4.1 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.4.0 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.3.3 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.3.2 app/controllers/webhooks_controller.rb
g5_sibling_deployer_engine-0.2.6 app/controllers/webhooks_controller.rb