Sha256: 6c9c3132eccc276a4aee558e4f09c13910a150be8ff178a3f62325554ed7166e

Contents?: true

Size: 127 Bytes

Versions: 8

Compression:

Stored size: 127 Bytes

Contents

Rails.application.routes.draw do
  root 'welcome#index'
  mount API => '/'
  mount GrapeSwaggerRails::Engine => '/swagger'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
grape-swagger-rails-0.4.0 spec/dummy/config/routes.rb
grape-swagger-rails-0.3.1 spec/dummy/config/routes.rb
grape-swagger-rails-0.3.0 spec/dummy/config/routes.rb
grape-swagger-rails-0.2.2 spec/dummy/config/routes.rb
grape-swagger-rails-0.2.1 spec/dummy/config/routes.rb
grape-swagger-rails-0.2.0 spec/dummy/config/routes.rb
grape-swagger-rails-0.1.0 spec/dummy/config/routes.rb
grape-swagger-rails-0.0.10 spec/dummy/config/routes.rb