mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
Ensure all routes check for authorization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user