1 2 3 4 5 6 7
mod product_get; mod product_patch; mod product_post; pub use product_get::*; pub use product_patch::*; pub use product_post::*;