sinatra-swagger-exposer
sinatra-swagger-exposer copied to clipboard
[RFE] allow exposing swagger_doc.json on a different path
Currently the path is hardcoded: https://github.com/archiloque/sinatra-swagger-exposer/blob/master/lib/sinatra/swagger-exposer/swagger-exposer.rb#L44
I'd love to be able to post it under a different URL (like /api/doc.json)
👍