diff options
Diffstat (limited to 'web/controller')
| -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 { |
