9 lines
210 B
Rust
9 lines
210 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;
|
|
pub mod delete_adresar_test;
|