feat: add switch for enable|disable chat role

This commit is contained in:
RockYang
2023-12-29 17:51:56 +08:00
parent cb6e323596
commit 25bba912f6
3 changed files with 27 additions and 17 deletions

View File

@@ -276,6 +276,7 @@ func main() {
group.GET("list", h.List)
group.POST("save", h.Save)
group.POST("sort", h.Sort)
group.POST("set", h.Set)
group.GET("remove", h.Remove)
}),
fx.Invoke(func(s *core.AppServer, h *admin.RewardHandler) {