移除了不需要的方法

This commit is contained in:
2025-09-27 18:41:19 +08:00
parent ce162bb289
commit 1ac9db3f84

View File

@@ -1,5 +1,5 @@
use actix_web::middleware::from_fn; use actix_web::middleware::from_fn;
use actix_web::{App, HttpResponse, HttpServer, Responder, Result, delete, get, post, web}; use actix_web::{App, HttpResponse, HttpServer, Responder, delete, get, post, web};
use reqwest::Client; use reqwest::Client;
use sqlx::postgres::PgPool; use sqlx::postgres::PgPool;
mod auth; mod auth;