Ensure all routes check for authorization

This commit is contained in:
Lennart
2025-01-19 00:20:16 +01:00
parent 130f754cdd
commit 6485b89c73
9 changed files with 59 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ pub enum AddressbookPropWrapper {
}
#[derive(Clone, Debug, From, Into)]
pub struct AddressbookResource(Addressbook);
pub struct AddressbookResource(pub(crate) Addressbook);
impl SyncTokenExtension for AddressbookResource {
fn get_synctoken(&self) -> String {