1

quick refactor

This commit is contained in:
LukasEttel
2020-03-13 14:42:17 +01:00
parent 5fa80753c2
commit 8ce3fc39b1
4 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ public class Gruppen2Application {
public Docket productAPI() {
return new Docket(DocumentationType.SWAGGER_2)
.select()
.paths(PathSelectors.ant("/gruppen2/**"))
.paths(PathSelectors.ant("/gruppen2/api/**"))
.apis(RequestHandlerSelectors.basePackage("mops.gruppen2"))
.build()
.apiInfo(apiMetadata());