While I was working on making a :path prefix for the endpoint of my Phoenix app able to configured, I noticed that the :path field passed to OpenApiSpex.Plug.SwaggerUI is not expanded using the endpoint module. This seemed like an oversight (and was breaking my setup).
I have a PR I will push in a bit
While I was working on making a
:pathprefix for the endpoint of my Phoenix app able to configured, I noticed that the:pathfield passed toOpenApiSpex.Plug.SwaggerUIis not expanded using the endpoint module. This seemed like an oversight (and was breaking my setup).I have a PR I will push in a bit