Sha256: 9a7a157d84d8296b05c94737deae80213e1088e34ac7b44af256711a74c0438c

Contents?: true

Size: 245 Bytes

Versions: 34

Compression:

Stored size: 245 Bytes

Contents

Rails.application.routes.draw do

  root to: 'home#index'

  get '/proxy', to: 'proxy#index'
  post '/rates', to: 'carrier_request#rates', as: :carrier_service_callback

  mount ShopifyApp::Engine, at: '/'
  mount DiscoApp::Engine, at: '/'

end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release test/dummy/config/routes.rb
disco_app-0.10.0 test/dummy/config/routes.rb
disco_app-0.10.1 test/dummy/config/routes.rb
disco_app-0.10.2 test/dummy/config/routes.rb
disco_app-0.10.3 test/dummy/config/routes.rb
disco_app-0.10.4 test/dummy/config/routes.rb
disco_app-0.10.5 test/dummy/config/routes.rb
disco_app-0.11.0 test/dummy/config/routes.rb
disco_app-0.11.1 test/dummy/config/routes.rb
disco_app-0.12.0 test/dummy/config/routes.rb
disco_app-0.12.1 test/dummy/config/routes.rb
disco_app-0.12.5 test/dummy/config/routes.rb
disco_app-0.12.6 test/dummy/config/routes.rb
disco_app-0.12.7 test/dummy/config/routes.rb
disco_app-0.13.0 test/dummy/config/routes.rb
disco_app-0.13.1 test/dummy/config/routes.rb
disco_app-0.13.2 test/dummy/config/routes.rb
disco_app-0.13.3 test/dummy/config/routes.rb
disco_app-0.13.4 test/dummy/config/routes.rb
disco_app-0.13.5 test/dummy/config/routes.rb