fix bug: remove chat role failed

This commit is contained in:
RockYang
2024-05-10 17:38:55 +08:00
parent 5d4f40c004
commit 12dd4659cd
6 changed files with 13 additions and 15 deletions

View File

@@ -335,7 +335,7 @@ func main() {
group.POST("save", h.Save)
group.POST("sort", h.Sort)
group.POST("set", h.Set)
group.POST("remove", h.Remove)
group.GET("remove", h.Remove)
}),
fx.Invoke(func(s *core.AppServer, h *admin.RewardHandler) {
group := s.Engine.Group("/api/admin/reward/")