richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.
MIT License
750 stars 150 forks source link

Feature/docroot #166

Closed kwerle closed 2 years ago

kwerle commented 7 years ago

Add support for .json document root. So if you put your .json files in public/api_files you can set api_document_root: '/api_files' and the paths will line up.