修改管理员登录路由
This commit is contained in:
parent
8bc0a2c372
commit
29d4a5fbc0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user