Files
rswag/lib/generators/swagger_rails/install/templates/swagger_rails.rb
2016-02-03 23:41:31 -08:00

9 lines
197 B
Ruby

SwaggerRails.configure do |c|
# List the names and paths of Swagger
# documents you'd like to expose in your swagger-ui
c.swagger_docs = {
'API V1' => '/swagger/v1/swagger.json'
}
end