mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
Rails.application.routes.draw do
|
|
mount SwaggerRails::Engine => '/api-docs'
|
|
|
|
end
|