Vendor latest swagger-ui

This commit is contained in:
domaindrivendev
2015-09-17 12:02:41 -07:00
parent 9b0539a79d
commit 527bbd1cc3
9 changed files with 128 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
SwaggerRails::Engine.routes.draw do
get '/ui', to: 'swagger_ui#show'
get '/docs/:api_version', to: 'swagger_docs#show'
get '/:api_version/swagger.json', to: 'swagger_docs#show', as: :swagger
end