mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
5 lines
113 B
Ruby
5 lines
113 B
Ruby
SwaggerRails::Engine.routes.draw do
|
|
root to: 'swagger_ui#root'
|
|
get '/index.html', to: 'swagger_ui#index'
|
|
end
|