JMAP Registry API implementation - part 9

This commit is contained in:
mdecimus
2026-03-05 19:07:35 +01:00
parent 92c60fff7a
commit 9f9ddee965
47 changed files with 3354 additions and 2280 deletions

View File

@@ -132,10 +132,11 @@ impl WebApplicationManager {
// Update routes
self.routes.store(routes.into());
trc::event!(
let todo = "use new event";
/*trc::event!(
Resource(trc::ResourceEvent::WebadminUnpacked),
Path = self.bundle_path.path.to_string_lossy().into_owned(),
);
);*/
Ok(())
}