diff options
Diffstat (limited to 'web/web.go')
| -rw-r--r-- | web/web.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -83,7 +83,6 @@ type Server struct { server *controller.ServerController panel *controller.XUIController api *controller.APIController - sub *controller.SUBController xrayService service.XrayService settingService service.SettingService @@ -242,7 +241,6 @@ func (s *Server) initRouter() (*gin.Engine, error) { s.server = controller.NewServerController(g) s.panel = controller.NewXUIController(g) s.api = controller.NewAPIController(g) - s.sub = controller.NewSUBController(g) return engine, nil } |
