add test and permission check

This commit is contained in:
2026-09-24 21:10:11 +02:00
parent 844eaadee0
commit 910eb2b169
31 changed files with 1527 additions and 217 deletions
+3
View File
@@ -3,3 +3,6 @@ pub mod handlers;
pub mod mapper;
pub mod routes;
pub mod service;
#[cfg(test)]
pub(crate) mod tests;