You need to download the swaggerUI bundle and then...
# http4k
d
You need to download the swaggerUI bundle and then use a static block to host it. We actually do this as a part of the contract example:
<https://github.com/http4k/http4k-contract-example-app/blob/master/src/main/kotlin/verysecuresystems/SecuritySystem.kt>
👍 1