Add a route to get a single inbox entry

This commit is contained in:
2025-05-08 16:47:32 +02:00
parent df7f395e8b
commit b6af889dc5
6 changed files with 87 additions and 5 deletions

View File

@ -2,5 +2,6 @@ pub mod account_extractor;
pub mod auth_extractor;
pub mod file_extractor;
pub mod file_id_extractor;
pub mod inbox_entry_extractor;
pub mod money_session;
pub mod movement_extractor;