Sha256: b3c51b5ef9acd72a2e2ad98e5217e07557f804b95d94809a64e6e78b9e07beec

Contents?: true

Size: 243 Bytes

Versions: 7

Compression:

Stored size: 243 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

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.17.0 test/dummy/config/routes.rb
disco_app-0.18.0 test/dummy/config/routes.rb
disco_app-0.18.2 test/dummy/config/routes.rb
disco_app-0.18.3 test/dummy/config/routes.rb
disco_app-0.18.6 test/dummy/config/routes.rb
disco_app-0.18.4 test/dummy/config/routes.rb
disco_app-0.18.1 test/dummy/config/routes.rb