Sha256: ed2fbe110bfcf9027fbf22d73c9d6a7e87fd2975689fa883e67803c3a0f211e6

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

Workarea::Api::Engine.routes.draw do
  mount Workarea::Api::Admin::Engine => '/admin', as: 'admin_api'
  mount Workarea::Api::Storefront::Engine => '/storefront', as: 'storefront_api'
  mount Workarea::Api::Documentation => '/docs' unless Rails.env.production?
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
workarea-api-4.5.6 config/routes.rb
workarea-api-4.5.5 config/routes.rb
workarea-api-4.5.4 config/routes.rb
workarea-api-4.5.3 config/routes.rb
workarea-api-4.5.2 config/routes.rb
workarea-api-4.5.0 config/routes.rb
workarea-api-4.4.7 config/routes.rb
workarea-api-4.4.6 config/routes.rb