opt: optimize styles for invitation page

This commit is contained in:
RockYang
2023-11-23 17:40:15 +08:00
parent 222b1ddbd9
commit e63a30064b
5 changed files with 261 additions and 8 deletions

View File

@@ -350,7 +350,7 @@ func main() {
fx.Invoke(func(s *core.AppServer, h *handler.InviteHandler) {
group := s.Engine.Group("/api/invite/")
group.GET("code", h.Code)
group.GET("list", h.List)
group.POST("list", h.List)
group.GET("hits", h.Hits)
}),