refactor: 根据路径分割 api,避免单文件内容过多 (#376)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-07-07 01:51:40 +08:00
committed by GitHub
parent 636a843bda
commit a627584fb0
9 changed files with 792 additions and 725 deletions

View File

@@ -1,8 +1,8 @@
pub mod auth;
pub mod handler;
mod error;
mod helper;
mod request;
mod response;
mod routes;
mod wrapper;
pub use routes::router;