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 'web/controller/xray_setting.go')
-rw-r--r--web/controller/xray_setting.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/controller/xray_setting.go b/web/controller/xray_setting.go
index 8d0bb19a..bdbb370c 100644
--- a/web/controller/xray_setting.go
+++ b/web/controller/xray_setting.go
@@ -1,7 +1,7 @@
package controller
import (
- "github.com/mhsanaei/3x-ui/web/service"
+ "github.com/mhsanaei/3x-ui/v2/web/service"
"github.com/gin-gonic/gin"
)