Fork me on GitHub
#yada
<
2017-01-30
>
stijn15:01:57

when I wrap my routes with swaggered I get an exception which is quite cryptic

stijn15:01:19

(-> (resources.core/api-routes config)
                (yada/swaggered
                  {:info {:title "API"
                          :version "1.0"
                          :description "..."}
                   :basePath "/api"})
                (bidi.bidi/tag ::api))

stijn15:01:08

what am I doing wrong?

stijn15:01:23

yada 1.2.0

stijn15:01:08

ok found it: wrap the routes in ["" routes]

stijn15:01:39

next one, I get a NullpointerException when accessing swagger ui

stijn15:01:00

it seems something goes wrong with loading the webjar