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/outbound.go')
-rw-r--r--web/service/outbound.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/service/outbound.go b/web/service/outbound.go
index 506cf618..d7e738f1 100644
--- a/web/service/outbound.go
+++ b/web/service/outbound.go
@@ -1,10 +1,10 @@
package service
import (
- "x-ui/database"
- "x-ui/database/model"
- "x-ui/logger"
- "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/xray"
"gorm.io/gorm"
)