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-29 18:17:44 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-29 18:17:44 +0300
commitc3ed8051f39339caccd08fecf817dbb5b08098d3 (patch)
tree6d7c9efa60aae32972f6cb9c497a05d3ee03a979 /web/controller
parentd2cdc51c54315bed270599793cda79131253dc45 (diff)
[feature] add sniffing DestOverride options #298
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/controller')
-rw-r--r--web/controller/base.go3
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 {