Update xui.go

This commit is contained in:
心隨緣動
2024-05-08 18:35:42 +08:00
committed by GitHub
parent 6aa132130a
commit c71d73f75b
+1 -1
View File
@@ -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) {