empty ready for a new logic
This commit is contained in:
@@ -6,6 +6,7 @@ pub mod uctovnictvo;
|
|||||||
pub mod shared;
|
pub mod shared;
|
||||||
pub mod table_structure;
|
pub mod table_structure;
|
||||||
pub mod table_definition;
|
pub mod table_definition;
|
||||||
|
pub mod tables_data;
|
||||||
|
|
||||||
// Re-export run_server from the inner server module:
|
// Re-export run_server from the inner server module:
|
||||||
pub use server::run_server;
|
pub use server::run_server;
|
||||||
|
|||||||
4
server/src/tables_data/handlers.rs
Normal file
4
server/src/tables_data/handlers.rs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
// server/src/tables_data/handlers.rs
|
||||||
|
pub mod post_tables;
|
||||||
|
|
||||||
|
pub use post_tables::post_tables;
|
||||||
0
server/src/tables_data/handlers/post_tables.rs
Normal file
0
server/src/tables_data/handlers/post_tables.rs
Normal file
4
server/src/tables_data/mod.rs
Normal file
4
server/src/tables_data/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
// src/tables_data/mod.rs
|
||||||
|
|
||||||
|
pub mod models;
|
||||||
|
pub mod handlers;
|
||||||
0
server/src/tables_data/models.rs
Normal file
0
server/src/tables_data/models.rs
Normal file
Reference in New Issue
Block a user