Sha256: 87a76b8bc85602131ad411f912be070ef2cac1d2548f980be0277355ac40d5f1

Contents?: true

Size: 270 Bytes

Versions: 18

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

FlowcommerceSpree::Engine.routes.draw do
  post '/event-target', to: 'webhooks#handle_flow_io_event'
  get '/order-completed', to: 'orders#order_completed'
  post '/online-stock-availability', to: 'inventory#online_stock_availability'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
flowcommerce_spree-0.0.22 config/routes.rb
flowcommerce_spree-0.0.21 config/routes.rb
flowcommerce_spree-0.0.20 config/routes.rb
flowcommerce_spree-0.0.19 config/routes.rb
flowcommerce_spree-0.0.18 config/routes.rb
flowcommerce_spree-0.0.17 config/routes.rb
flowcommerce_spree-0.0.16 config/routes.rb
flowcommerce_spree-0.0.15 config/routes.rb
flowcommerce_spree-0.0.14 config/routes.rb
flowcommerce_spree-0.0.13 config/routes.rb
flowcommerce_spree-0.0.12 config/routes.rb
flowcommerce_spree-0.0.11 config/routes.rb
flowcommerce_spree-0.0.10 config/routes.rb
flowcommerce_spree-0.0.9 config/routes.rb
flowcommerce_spree-0.0.8 config/routes.rb
flowcommerce_spree-0.0.7 config/routes.rb
flowcommerce_spree-0.0.6 config/routes.rb
flowcommerce_spree-0.0.5 config/routes.rb