Fork me on GitHub
#ring-swagger
<
2017-07-21
>
plins14:07:36

also im having problems displaying the docs here is my conf

(context "/docs" req
     :middleware [m/has-auth? (m/authorized? (:auth-secret cfg))]
     (docs/swagger-routes
      {:ui      "/"
       :options {:ui {:swagger-docs "/docs/swagger.json"}}
       :spec    "/swagger.json"
       :data    {:info
                 {:title       "VDT Gateway de Pagamento"
                  :description "currently integrating with Paggi"}}}))

plins14:07:16

any idea of what might be going on?