From c11e7f0ae0e6e2ccc7606aedc62b9bcd855e7fa0 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 19:10:05 +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 3a6a689..8090811 100644 --- a/web/controller/xui.go +++ b/web/controller/xui.go @@ -27,7 +27,7 @@ func (a *XUIController) initRouter(g *gin.RouterGroup) { g.GET("/inbounds", a.inbounds) g.GET("/settings", a.settings) g.GET("/xray", a.xraySettings) - + g.GET("/navigation", a.navigation) a.inboundController = NewInboundController(g) a.settingController = NewSettingController(g)