From c71d73f75b9d529a75c7bb7b8aea7c25f31fcd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Wed, 8 May 2024 18:35:42 +0800 Subject: [PATCH] Update xui.go --- web/controller/xui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {