Closed fabiante closed 4 months ago
This redirect should take the incoming path, look for swaggerui
and replace it with swagger-ui
.
https://github.com/DEXPRO-Solutions-GmbH/swaggerui/blob/main/handler.go#L58-L60
If swaggerui
is not found for replacement, this could fall back to the current solution.
Calling some path like this: https://localhost/apis/bff/v0/swaggerui
Redirects to: https://localhost/swagger-ui
The redirect should not ignore the path segment
/apis/bff/v0