mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
carddav: use AddressBook.Path in PROPFIND response
This commit is contained in:
parent
8931e14cf6
commit
95a4ae783b
@ -367,7 +367,7 @@ func (b *backend) propfindAddressBook(propfind *internal.Propfind, ab *AddressBo
|
||||
}
|
||||
}
|
||||
|
||||
return internal.NewPropfindResponse("/", propfind, props)
|
||||
return internal.NewPropfindResponse(ab.Path, propfind, props)
|
||||
}
|
||||
|
||||
func (b *backend) propfindAddressObject(propfind *internal.Propfind, ao *AddressObject) (*internal.Response, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user