set version and namespace for ocdav service

This commit is contained in:
Willy Kloucek
2022-05-06 15:19:29 +02:00
parent 1912fd601d
commit 72c2775089
3 changed files with 10 additions and 7 deletions
@@ -118,27 +118,27 @@ func DefaultPolicies() []config.Policy {
},
{
Endpoint: "/remote.php/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/dav/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/webdav/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/status.php",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/index.php/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/apps/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/data",