feat: 添加Yggdrasil密码重置功能,更新依赖和配置
This commit is contained in:
@@ -37,6 +37,9 @@ func RegisterRoutes(router *gin.Engine) {
|
||||
|
||||
// 更换邮箱
|
||||
userGroup.POST("/change-email", ChangeEmail)
|
||||
|
||||
// Yggdrasil密码相关
|
||||
userGroup.POST("/yggdrasil-password/reset", ResetYggdrasilPassword) // 重置Yggdrasil密码并返回新密码
|
||||
}
|
||||
|
||||
// 材质路由
|
||||
|
||||
Reference in New Issue
Block a user