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/controller/inbound.go')
-rw-r--r--web/controller/inbound.go6
1 files changed, 3 insertions, 3 deletions
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"
)