From 054cb1dea0d93062e89b915c22f9f318bd82f563 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 18 Sep 2025 22:06:01 +0200 Subject: go package correction --- 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 2b5e0db1..8d0bb19a 100644 --- a/web/controller/xray_setting.go +++ b/web/controller/xray_setting.go @@ -1,7 +1,7 @@ package controller import ( - "x-ui/web/service" + "github.com/mhsanaei/3x-ui/web/service" "github.com/gin-gonic/gin" ) -- cgit v1.2.3