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/service/inbound.go')
-rw-r--r--web/service/inbound.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go
index d6955992..8dafae9d 100644
--- a/web/service/inbound.go
+++ b/web/service/inbound.go
@@ -8,11 +8,11 @@ import (
"strings"
"time"
- "x-ui/database"
- "x-ui/database/model"
- "x-ui/logger"
- "x-ui/util/common"
- "x-ui/xray"
+ "github.com/mhsanaei/3x-ui/database"
+ "github.com/mhsanaei/3x-ui/database/model"
+ "github.com/mhsanaei/3x-ui/logger"
+ "github.com/mhsanaei/3x-ui/util/common"
+ "github.com/mhsanaei/3x-ui/xray"
"gorm.io/gorm"
)