修改管理员登录路由

This commit is contained in:
李运家 2024-09-21 16:13:00 +08:00
parent 8bc0a2c372
commit 29d4a5fbc0

View File

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