Implement PUT method for addressbook import

This commit is contained in:
Lennart
2025-06-10 23:43:53 +02:00
parent 80cca7b7b2
commit a20e9800bd
8 changed files with 108 additions and 0 deletions

View File

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