@@ -1,4 +1,3 @@
-use sqlx::FromRow;
pub async fn init_route() -> axum::Router {
axum::Router::new()
@@ -3,7 +3,7 @@
use crate::{
backend::{self},
config::Config,
- gmssl, Sign, Verify, packageid_map,
+ gmssl, Sign, Verify,
};
use anyhow::Context;
use axum::{response::IntoResponse, Json};