This commit is contained in:
2026-08-29 19:16:12 +02:00
parent f463c01f0f
commit be47d6844c
6 changed files with 138 additions and 13 deletions
+2 -2
View File
@@ -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 {