1

Impletended the updategroup(status) method in the API

This commit is contained in:
LukasEttel
2020-03-12 16:11:32 +01:00
parent 3fcf8105f7
commit 9795c10c14
7 changed files with 46 additions and 27 deletions

View File

@ -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());