From 29d4a5fbc01a3dba5e03f5e81a91118b004ffcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Sat, 21 Sep 2024 16:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/router.rs b/api/src/router.rs index 8851c49..2af7486 100644 --- a/api/src/router.rs +++ b/api/src/router.rs @@ -15,7 +15,7 @@ pub(crate) fn init() -> Router { ) .route( "/account/sys", - post(controller::account::add_account), + post(controller::account::authenticate_with_password), ) .route( "/account/refresh-token",