Files
komp_ac/server/src/table_script/handlers.rs
2025-03-07 20:37:32 +01:00

5 lines
106 B
Rust

// src/table_script/handlers.rs
pub mod post_table_script;
pub use post_table_script::post_table_script;