get adresar method is now working

This commit is contained in:
filipriec
2025-02-17 21:34:12 +01:00
parent b306a6d019
commit 52746c0ec1
9 changed files with 94 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
// src/adresar/handlers.rs
pub mod create_adresar;
pub mod get_adresar;
pub use create_adresar::create_adresar;
pub use get_adresar::get_adresar;