This commit is contained in:
2023-09-04 00:06:55 +08:00
parent b4a80bcf98
commit 31f46b64b5
2 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: UserEmailRegisterHandler(serverCtx),
},
{
Method: http.MethodGet,
Method: http.MethodPost,
Path: "/api/auth/reset/token",
Handler: UserResetTokenHandler(serverCtx),
},