Files
komp_ac/server/tests/adresar/mod.rs
2025-02-25 11:17:02 +01:00

8 lines
181 B
Rust

// server/tests/adresar/mod.rs
pub mod post_adresar_test;
pub mod put_adresar_test;
pub mod get_adresar_test;
pub mod get_adresar_count_test;
pub mod get_adresar_by_position_test;