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/setting.go')
-rw-r--r--web/controller/setting.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/controller/setting.go b/web/controller/setting.go
index 0456bca3..922544fe 100644
--- a/web/controller/setting.go
+++ b/web/controller/setting.go
@@ -2,12 +2,11 @@ package controller
import (
"errors"
+ "github.com/gin-gonic/gin"
"time"
"x-ui/web/entity"
"x-ui/web/service"
"x-ui/web/session"
-
- "github.com/gin-gonic/gin"
)
type updateUserForm struct {