fix: 优化endpoint

This commit is contained in:
shiro.lee
2024-07-04 19:00:23 +08:00
parent 7d0d95b298
commit 0cc9970184
4 changed files with 32 additions and 24 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ mod erasure;
pub mod error;
mod file_meta;
mod format;
mod peer;
mod sets;
pub mod store;
// mod peer;
// mod sets;
// pub mod store;
pub mod store_api;
mod store_init;
mod utils;