diff --git a/web/controller/xui.go b/web/controller/xui.go index d9130b5..8090811 100644 --- a/web/controller/xui.go +++ b/web/controller/xui.go @@ -32,7 +32,7 @@ func (a *XUIController) initRouter(g *gin.RouterGroup) { a.inboundController = NewInboundController(g) a.settingController = NewSettingController(g) a.xraySettingController = NewXraySettingController(g) - a.navigationController = NewNavigationController(g) + } func (a *XUIController) index(c *gin.Context) {