Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-13 15:04:41 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-26 11:35:37 +0300
commitf984664bee136075556963af56999e0315cbb4bb (patch)
tree2d8bb3da46320b5fa8cf559565b20980c39c655d /remote.php
parent9ab5b6a4f1f00fa83d5f4f05ca6157a5b47e35a9 (diff)
First step of DAV endpoint
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.php b/remote.php
index 8879a300296..a14ff6ac308 100644
--- a/remote.php
+++ b/remote.php
@@ -100,6 +100,7 @@ function resolveService($service) {
'carddav' => 'dav/appinfo/v1/carddav.php',
'contacts' => 'dav/appinfo/v1/carddav.php',
'files' => 'dav/appinfo/v1/webdav.php',
+ 'direct' => 'dav/appinfo/v2/direct.php',
];
if (isset($services[$service])) {
return $services[$service];