mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
initial invitations skeleton
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
Daniël Franke
parent
80098161b9
commit
f805cca363
@@ -219,6 +219,10 @@ func DefaultPolicies() []config.Policy {
|
||||
Endpoint: "/app/", // /app or /apps? ocdav only handles /apps
|
||||
Service: "com.owncloud.web.frontend",
|
||||
},
|
||||
{
|
||||
Endpoint: "/graph/v1.0/invitations",
|
||||
Service: "com.owncloud.graph.invitations",
|
||||
},
|
||||
{
|
||||
Endpoint: "/graph/",
|
||||
Service: "com.owncloud.graph.graph",
|
||||
|
||||
Reference in New Issue
Block a user