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