rswag/config/routes.rb
2015-09-22 15:12:28 -07:00

5 lines
175 B
Ruby

SwaggerRails::Engine.routes.draw do
get '/index.html', to: 'swagger_ui#index', as: :swagger_ui
get '/:api_version/swagger.json', to: 'swagger_docs#show', as: :swagger
end