Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xray/inbound.go')
-rw-r--r--xray/inbound.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xray/inbound.go b/xray/inbound.go
index db1d421c..5a328f31 100644
--- a/xray/inbound.go
+++ b/xray/inbound.go
@@ -3,7 +3,7 @@ package xray
import (
"bytes"
- "github.com/mhsanaei/3x-ui/util/json_util"
+ "github.com/mhsanaei/3x-ui/v2/util/json_util"
)
type InboundConfig struct {