mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 23:06:41 +00:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
SwaggerRails::Engine.routes.draw do
|
|
|
|
get '/ui', to: 'swagger_ui#show'
|
|
get '/docs/:api_version', to: 'swagger_docs#show'
|
|
end
|