Impletended the updategroup(status) method in the API
This commit is contained in:
@ -32,7 +32,7 @@ public class Gruppen2Application {
|
||||
public Docket productAPI() {
|
||||
return new Docket(DocumentationType.SWAGGER_2)
|
||||
.select()
|
||||
.paths(PathSelectors.ant("/products/**"))
|
||||
.paths(PathSelectors.ant("/gruppen2/**"))
|
||||
.apis(RequestHandlerSelectors.basePackage("mops.gruppen2"))
|
||||
.build()
|
||||
.apiInfo(apiMetadata());
|
||||
|
||||
Reference in New Issue
Block a user