File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projectforge-carddav/src/main/kotlin/org/projectforge/carddav
projectforge-rest/src/main/kotlin/org/projectforge/rest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ open class CardDavConfig {
6161 AddressPagesRest .carddavServerEnabled = enable
6262 CardDAVInfoPageRest .standardUrl = " ${domainService.domain}${CardDavInit .CARD_DAV_BASE_PATH } "
6363 CardDAVInfoPageRest .appleUrl = domainService.plainDomain
64- CardDAVInfoPageRest .applePath = CardDavInit .CARD_DAV_BASE_PATH
64+ CardDAVInfoPageRest .applePath = " ${ CardDavInit .CARD_DAV_BASE_PATH } / "
6565 CardDAVInfoPageRest .iOSUrl = " ${domainService.plainDomain}${CardDavInit .CARD_DAV_BASE_PATH } "
6666 }
6767
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class CardDAVInfoPageRest {
133133 companion object {
134134 var standardUrl = " http://localhost:8080/carddav"
135135 var appleUrl = " localhost"
136- var applePath = " /carddav"
136+ var applePath = " /carddav/ "
137137 var iOSUrl = " localhost/carddav"
138138 }
139139}
You can’t perform that action at this time.
0 commit comments