Add namespace

This commit is contained in:
Lennart
2024-12-31 20:06:10 +01:00
parent 5cacca9046
commit b7f090e467
3 changed files with 10 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ impl Resource for AddressbookResource {
type PrincipalResource = PrincipalResource;
fn get_resourcetype(&self) -> &'static [&'static str] {
// TODO: namespace
&["collection", "CARD:addressbook"]
}