feat: import iconfont styles, change password function is ready

This commit is contained in:
RockYang
2023-06-16 17:28:21 +08:00
parent 6f37024e34
commit a3ee7ca2d8
13 changed files with 231 additions and 13 deletions

View File

@@ -106,6 +106,7 @@ func main() {
group.GET("session", h.Session)
group.GET("profile", h.Profile)
group.POST("profile/update", h.ProfileUpdate)
group.POST("password", h.Password)
}),
fx.Invoke(func(s *core.AppServer, h *handler.ChatHandler) {
group := s.Engine.Group("/api/chat/")