also get tree added, not working, breaks everything

This commit is contained in:
filipriec
2025-03-01 20:10:23 +01:00
parent 4070348bee
commit e53ed7bdc0
7 changed files with 191 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
// src/table_definition/handlers.rs
pub mod post_table_definition;
// pub mod get_table_definition;
// pub mod list_table_definitions;
pub mod get_profile_tree;
pub use post_table_definition::post_table_definition;
// pub use get_table_definition::get_table_definition;
// pub use list_table_definitions::list_table_definitions;
pub use get_profile_tree::get_profile_tree;