working put post and get

This commit is contained in:
filipriec
2025-02-17 22:40:28 +01:00
parent 103250d793
commit d66c0131da
8 changed files with 22 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
// src/adresar/handlers.rs
pub mod create_adresar;
pub mod post_adresar;
pub mod get_adresar;
pub mod update_adresar;
pub mod put_adresar;
pub use create_adresar::create_adresar;
pub use post_adresar::post_adresar;
pub use get_adresar::get_adresar;
pub use update_adresar::update_adresar;
pub use put_adresar::update_adresar;