general endpoint delete

This commit is contained in:
filipriec
2025-03-04 18:47:17 +01:00
parent 5aaabae978
commit 5256279b65
7 changed files with 177 additions and 62 deletions

View File

@@ -1,6 +1,8 @@
// server/src/tables_data/handlers.rs
pub mod post_table_data;
pub mod put_table_data;
pub mod delete_table_data;
pub use post_table_data::post_table_data;
pub use put_table_data::put_table_data;
pub use delete_table_data::delete_table_data;