rswag/config/routes.rb
2016-02-03 23:41:31 -08:00

4 lines
101 B
Ruby

SwaggerRails::Engine.routes.draw do
get '/index.html', to: 'swagger_ui#index', as: :swagger_ui
end