mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
4 lines
101 B
Ruby
4 lines
101 B
Ruby
SwaggerRails::Engine.routes.draw do
|
|
get '/index.html', to: 'swagger_ui#index', as: :swagger_ui
|
|
end
|