merge versioning, fix buff bitrot

This commit is contained in:
weisd
2024-11-02 15:12:06 +08:00
parent 09ea11c13d
commit 52a81f8fd5
9 changed files with 183 additions and 70 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use crate::error::ErrorCode;
use crate::Result as LocalResult;
use axum::{extract::State, Json};
use axum::Json;
use serde::Serialize;
use time::OffsetDateTime;
-1
View File
@@ -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;