Update xui.go

This commit is contained in:
心隨緣動
2024-05-08 18:35:08 +08:00
committed by GitHub
parent 14ec8e38b8
commit 6aa132130a
+1 -1
View File
@@ -10,7 +10,7 @@ type XUIController struct {
inboundController *InboundController
settingController *SettingController
xraySettingController *XraySettingController
navigationController *NavigationController
}
func NewXUIController(g *gin.RouterGroup) *XUIController {