Support multiple swagger documents. Add custom_ui_generator. Update readme

This commit is contained in:
domaindrivendev
2016-02-05 14:47:55 -08:00
parent df4b9c80c9
commit 4b40fb9efe
18 changed files with 298 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
SwaggerRails::Engine.routes.draw do
root to: 'application#redirect_to_swagger_ui'
get '/index.html', to: 'swagger_ui#index', as: :swagger_ui
end