placing them properly
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
// tests/tables_data/mod.rs
|
||||
|
||||
pub mod get_table_data_by_position_test;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user