diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 18:06:06 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 18:06:06 +0300 |
| commit | bc06dbab21df01ede095d850a41ac769ae582469 (patch) | |
| tree | fbd32ac8047a8cb682502c54c17415db8f117a15 /web/controller/util.go | |
| parent | 6a71ea7f5e66fe147bad4b6df1f37d10cc632c0c (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.go | 3 |
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 { |
