placing them properly

This commit is contained in:
filipriec
2025-07-07 18:47:50 +02:00
parent 6c31d48f3b
commit 3443839ba4
4 changed files with 5 additions and 8 deletions

View File

@@ -2,3 +2,4 @@
pub mod get_table_data_count_test;
pub mod get_table_data_test;
pub mod get_table_data_by_position_test;

View File

@@ -1,3 +0,0 @@
// tests/tables_data/mod.rs
pub mod get_table_data_by_position_test;

View File

@@ -1,7 +1,6 @@
// tests/tables_data/mod.rs
pub mod handlers;
// pub mod get;
// pub mod delete;
// pub mod post;
// pub mod put;
pub mod get;
pub mod delete;
pub mod post;
pub mod put;