SquidSpirit e177814996
Some checks failed
Frontend CI / build (push) Successful in 1m39s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 17s
PR Title Check / pr-title-check (pull_request) Failing after 16s
refactor: move label to a new feature
2025-10-15 05:31:00 +08:00

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;