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/server.go')
-rw-r--r--web/controller/server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/controller/server.go b/web/controller/server.go
index 169a1ae7..46a879bd 100644
--- a/web/controller/server.go
+++ b/web/controller/server.go
@@ -7,8 +7,8 @@ import (
"strconv"
"time"
- "x-ui/web/global"
- "x-ui/web/service"
+ "github.com/mhsanaei/3x-ui/web/global"
+ "github.com/mhsanaei/3x-ui/web/service"
"github.com/gin-gonic/gin"
)