Sha256: 608156e2acf7087c0d5cad8d78f294c36e2e82aeedbffbe8a0a23e5b76747e9b

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

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 & 2 rubygems

Version Path
privy_wine_bouncer-1.0.4.5 spec/dummy/config/routes.rb
wine_bouncer-1.0.4 spec/dummy/config/routes.rb
wine_bouncer-1.0.3 spec/dummy/config/routes.rb
wine_bouncer-1.0.2 spec/dummy/config/routes.rb
wine_bouncer-1.0.1 spec/dummy/config/routes.rb
wine_bouncer-1.0.0 spec/dummy/config/routes.rb