post to the user defined table, broken push

This commit is contained in:
filipriec
2025-03-03 16:14:31 +01:00
parent 2ac988303e
commit d59e5b60cf
11 changed files with 533 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// server/src/tables_data/handlers.rs
pub mod post_tables;
pub mod post_table_data;
pub use post_tables::post_tables;
pub use post_table_data::post_table_data;