This commit is contained in:
eson
2023-09-05 15:44:17 +08:00
parent 2019bce30e
commit 63937ea358
5 changed files with 6 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: UserResetPasswordHandler(serverCtx),
},
{
Method: http.MethodPost,
Method: http.MethodGet,
Path: "/api/auth/reset/password/html",
Handler: UserResetPasswordHtmlHandler(serverCtx),
},