wip
This commit is contained in:
@@ -117,9 +117,9 @@ func (s *Server) handleResource(w http.ResponseWriter, r *http.Request, kind str
|
||||
return
|
||||
}
|
||||
|
||||
collPrefix := "cal-"
|
||||
collPrefix := "col/calendars/"
|
||||
if kind == "addressbook" {
|
||||
collPrefix = "card-"
|
||||
collPrefix = "col/addressbooks/"
|
||||
}
|
||||
|
||||
switch r.Method {
|
||||
|
||||
Reference in New Issue
Block a user