Gajanan999
3 years agoVisitor
servering openapi after context root
Hi,
I am working on Microprofile application where I am using the openapi feature.
but the problem here is I am not able to add my context root to openapi pages
it is always like https://host:port/openapi/ui
but I want is https://host:port/context-root/openapi/ui
what configuration do I need to do here so that my issue will get resolved