redeem export function is ready

This commit is contained in:
RockYang
2024-11-27 11:52:18 +08:00
parent 6aaf607ed7
commit d30d5585c6
9 changed files with 183 additions and 52 deletions

View File

@@ -350,6 +350,7 @@ func main() {
group.POST("create", h.Create)
group.POST("set", h.Set)
group.GET("remove", h.Remove)
group.POST("export", h.Export)
}),
fx.Invoke(func(s *core.AppServer, h *admin.DashboardHandler) {
group := s.Engine.Group("/api/admin/dashboard/")