Open
Description
using swagger-routes under context fails to produce the correct path for swagger.json
(ring/context "/docs" []
(docs/swagger-routes
{:ui "/"
:spec "/swagger.json"
:data {:info {:title "Bla Bla"
:description "Bla Bla"}}}))
produces Can't read swagger JSON from http://localhost:3000/swagger.json