mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 14:56:41 +00:00
7 lines
203 B
Ruby
7 lines
203 B
Ruby
SwaggerRails.configure do |c|
|
|
|
|
# Specify the API version and hence discovery_url (e.g. swagger/v1/swagger.json)
|
|
# that will be used to power the embedded swagger-ui
|
|
c.target_api_version = 'v1'
|
|
end
|