diff options
Diffstat (limited to 'web/controller/base.go')
| -rw-r--r-- | web/controller/base.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/controller/base.go b/web/controller/base.go index a9659bd2..98e1831c 100644 --- a/web/controller/base.go +++ b/web/controller/base.go @@ -1,9 +1,10 @@ package controller import ( - "github.com/gin-gonic/gin" "net/http" "x-ui/web/session" + + "github.com/gin-gonic/gin" ) type BaseController struct { |
