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",