Skip to content
Snippets Groups Projects
Commit b2a437ff authored by Thomas Müller's avatar Thomas Müller
Browse files

Add a new core capability which tells the clients which url to use

parent b0c456c0
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ class CoreCapabilities implements ICapability {
public function getCapabilities() {
return [
'core' => [
'pollinterval' => $this->config->getSystemValue('pollinterval', 60)
'pollinterval' => $this->config->getSystemValue('pollinterval', 60),
'webdav-root' => $this->config->getSystemValue('webdav-root', 'remote.php/webdav'),
]
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment