With regard to serving static content, I have ``` ...
# http4k
n
With regard to serving static content, I have
Copy code
"/swagger-ui" bind static(ResourceLoader.Classpath("public/swagger"))
It works, but I have to navigate to localhost/swagger-ui/index.html manually. Is there a way to have it redirect directly to the
index.html
file?