MaxKingPor 2 năm trước cách đây
mục cha
commit
5ebf5f4191
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      src/router.rs
  2. 1 1
      src/sd_model.rs

+ 0 - 1
src/router.rs

@@ -1,4 +1,3 @@
-use sqlx::FromRow;
 
 pub async fn init_route() -> axum::Router {
     axum::Router::new()

+ 1 - 1
src/sd_model.rs

@@ -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};