changed the filter on urls for swagger
This commit is contained in:
parent
19010a9624
commit
4d066e3d77
|
@ -38,7 +38,7 @@ public class MainApplication extends AbstractDnetApp {
|
|||
.pathMapping(swaggerPath)
|
||||
.select()
|
||||
.apis(RequestHandlerSelectors.any())
|
||||
.paths(p -> p.startsWith("/mdstores"))
|
||||
.paths(p -> p.contains("/mdstores"))
|
||||
.build()
|
||||
.apiInfo(new ApiInfoBuilder()
|
||||
.title("MDStore Manager APIs")
|
||||
|
|
Loading…
Reference in New Issue