get by position in general endpoint is now working properly well
This commit is contained in:
@@ -4,9 +4,11 @@ pub mod put_table_data;
|
||||
pub mod delete_table_data;
|
||||
pub mod get_table_data;
|
||||
pub mod get_table_data_count;
|
||||
pub mod get_table_data_by_position;
|
||||
|
||||
pub use post_table_data::post_table_data;
|
||||
pub use put_table_data::put_table_data;
|
||||
pub use delete_table_data::delete_table_data;
|
||||
pub use get_table_data::get_table_data;
|
||||
pub use get_table_data_count::get_table_data_count;
|
||||
pub use get_table_data_by_position::get_table_data_by_position;
|
||||
|
||||
Reference in New Issue
Block a user