mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
5 lines
87 B
Ruby
5 lines
87 B
Ruby
Rails.application.routes.draw do
|
|
|
|
mount SwaggerRails::Engine => "/swagger_rails"
|
|
end
|