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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-25 18:06:06 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-25 18:06:06 +0300
commitbc06dbab21df01ede095d850a41ac769ae582469 (patch)
treefbd32ac8047a8cb682502c54c17415db8f117a15 /web/controller/util.go
parent6a71ea7f5e66fe147bad4b6df1f37d10cc632c0c (diff)
[migration] add fix for omitted traffics
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/controller/util.go')
-rw-r--r--web/controller/util.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/controller/util.go b/web/controller/util.go
index 20ae1ea4..706905ad 100644
--- a/web/controller/util.go
+++ b/web/controller/util.go
@@ -1,13 +1,14 @@
package controller
import (
- "github.com/gin-gonic/gin"
"net"
"net/http"
"strings"
"x-ui/config"
"x-ui/logger"
"x-ui/web/entity"
+
+ "github.com/gin-gonic/gin"
)
func getUriId(c *gin.Context) int64 {