remove license code

This commit is contained in:
RockYang
2024-05-07 16:41:35 +08:00
parent 5c4899df6e
commit b270960a04
6 changed files with 11 additions and 192 deletions

View File

@@ -164,8 +164,6 @@ func main() {
// 邮件服务
fx.Provide(service.NewSmtpService),
// License 服务
fx.Provide(service.NewLicenseService),
// 微信机器人服务
fx.Provide(wx.NewWeChatBot),
@@ -290,7 +288,6 @@ func main() {
group := s.Engine.Group("/api/admin/")
group.POST("config/update", h.Update)
group.GET("config/get", h.Get)
group.POST("active", h.Active)
}),
fx.Invoke(func(s *core.AppServer, h *admin.ManagerHandler) {
group := s.Engine.Group("/api/admin/")