working put

This commit is contained in:
filipriec
2025-02-17 22:23:24 +01:00
parent 52746c0ec1
commit 103250d793
5 changed files with 110 additions and 8 deletions

View File

@@ -2,6 +2,8 @@
pub mod create_adresar;
pub mod get_adresar;
pub mod update_adresar;
pub use create_adresar::create_adresar;
pub use get_adresar::get_adresar;
pub use update_adresar::update_adresar;