chore: rename bind username api

This commit is contained in:
RockYang
2024-01-05 18:21:47 +08:00
parent 71cd548c00
commit ce87e0c40b
2 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ func main() {
group.GET("profile", h.Profile)
group.POST("profile/update", h.ProfileUpdate)
group.POST("password", h.UpdatePass)
group.POST("bind/mobile", h.BindMobile)
group.POST("bind/username", h.BindUsername)
group.POST("resetPass", h.ResetPass)
}),
fx.Invoke(func(s *core.AppServer, h *chatimpl.ChatHandler) {