mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 15:11:01 -05:00
7 lines
182 B
Ruby
7 lines
182 B
Ruby
Jsonapi::Swagger.config do |config|
|
|
config.use_rswag = false
|
|
config.version = '2.0'
|
|
config.info = { title: 'API V1', version: 'V1' }
|
|
config.file_path = 'v1/swagger.json'
|
|
end
|