carddav: Change addressbook PUT to IMPORT

This commit is contained in:
Lennart
2025-08-23 19:01:19 +02:00
parent f22d5ca04b
commit 94ace71745
6 changed files with 100 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
pub mod get;
pub mod import;
pub mod mkcol;
pub mod post;
pub mod put;
pub mod report;