Swirrl / drafter

A clojure service and a client to it for exposing data management operations to PMD
Other
0 stars 0 forks source link

Move swagger-ui resource root: avoid incorrect ui index loading #662

Closed scottlowe closed 1 year ago

scottlowe commented 1 year ago

We use a custom swagger-ui index.html that should be loaded to afford auth0 authentication. However, in production we have observed a classpath clash which results in the default ring index.html being loaded from the classpath instead.

Addresses issue #660