bioschemas #6

Merged
michele.artini merged 6 commits from bioschemas into master 2022-06-08 10:19:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9edc663c92 - Show all commits

View File

@ -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")