Sha256: aa963b49c6648686c9f116b83537102bacb71a1b06eb820f5cccabb8978a0216

Contents?: true

Size: 211 Bytes

Versions: 6

Compression:

Stored size: 211 Bytes

Contents

Rails.application.routes.draw do
  use_doorkeeper
  mount Api::DefaultApiUnderTest => '/default_api'
  mount Api::SwaggerApiUnderTest => '/swagger_api'
  mount Api::ProtectedApiUnderTest => '/protected_api'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wine_bouncer-0.5.1 spec/dummy/config/routes.rb
wine_bouncer-0.5.0 spec/dummy/config/routes.rb
wine_bouncer-0.4.0 spec/dummy/config/routes.rb
wine_bouncer-0.3.1 spec/dummy/config/routes.rb
wine_bouncer-0.3.0 spec/dummy/config/routes.rb
wine_bouncer-0.2.2 spec/dummy/config/routes.rb