mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
merge versioning, fix buff bitrot
This commit is contained in:
@@ -2,7 +2,6 @@ pub mod error;
|
||||
pub mod handlers;
|
||||
|
||||
use axum::{extract::Request, response::Response, routing::get, BoxError, Router};
|
||||
use ecstore::store::ECStore;
|
||||
use error::ErrorCode;
|
||||
use handlers::list_pools;
|
||||
use tower::Service;
|
||||
|
||||
Reference in New Issue
Block a user