mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix path
This commit is contained in:
parent
0c9a469f74
commit
6a550d44e9
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
<contacts>appinfo/v1/carddav.php</contacts>
|
||||
<carddav>appinfo/v1/carddav.php</carddav>
|
||||
<!-- caldav endpoints as used before ownCloud 9.0 -->
|
||||
<calendar>appinfo/caldav.php</calendar>
|
||||
<caldav>appinfo/caldav.php</caldav>
|
||||
<calendar>appinfo/v1/caldav.php</calendar>
|
||||
<caldav>appinfo/v1/caldav.php</caldav>
|
||||
</remote>
|
||||
<public>
|
||||
<webdav>appinfo/v1/publicwebdav.php</webdav>
|
||||
|
|
|
|||
Loading…
Reference in a new issue