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/inbound.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/controller/inbound.go') diff --git a/web/controller/inbound.go b/web/controller/inbound.go index 8d610e7d..172e76bc 100644 --- a/web/controller/inbound.go +++ b/web/controller/inbound.go @@ -5,9 +5,9 @@ import ( "fmt" "strconv" - "x-ui/database/model" - "x-ui/web/service" - "x-ui/web/session" + "github.com/mhsanaei/3x-ui/database/model" + "github.com/mhsanaei/3x-ui/web/service" + "github.com/mhsanaei/3x-ui/web/session" "github.com/gin-gonic/gin" ) -- cgit v1.2.3