remove Body from endpoint, see 3381a9f3db

This commit is contained in:
Willy Kloucek
2022-07-25 12:16:37 +02:00
parent 14ee864dfb
commit bee33638ef
3 changed files with 0 additions and 37 deletions

View File

@@ -59,7 +59,6 @@ func RegisterCS3PermissionsServiceHandler(s server.Server, hdlr permissions.Perm
Name: "PermissionsService.Checkpermission",
Path: []string{"/api/v0/permissions/check-permission"},
Method: []string{"POST"},
Body: "*",
Handler: "rpc",
}))
return s.Handle(s.NewHandler(&PermissionsAPI{h}, opts...))