refactor: 根据路径分割 api,避免单文件内容过多 (#376)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user