8 lines
157 B
Rust
8 lines
157 B
Rust
pub mod post_api_doc;
|
|
pub mod post_web_routes;
|
|
|
|
mod create_post_handler;
|
|
mod get_all_post_info_handler;
|
|
mod get_post_by_id_handler;
|
|
mod update_post_handler;
|