I have the following swagger config. now what would be my swagger path to open the swagger-ui in browser.
.select()
.apis(RequestHandlerSelectors.any())
.paths(PathSelectors.regex(".*/v2/accounts/.*"))
.build()
.securitySchemes(Collections.singletonList(apiKey()))
.securityContexts(Collections.singletonList(securityContext()));
You can use below approach:
npm install -g http-serverhttp-server --cors after changing directories to where your.json is locatedIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With