From 7447cec17ed6735c3faf44e88d47dd71a81e9643 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 19 Sep 2025 10:05:43 +0200 Subject: go package correction v2 --- web/controller/xray_setting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/controller/xray_setting.go') 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" ) -- cgit v1.2.3