diff options
Diffstat (limited to 'web/controller/inbound.go')
| -rw-r--r-- | web/controller/inbound.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/controller/inbound.go b/web/controller/inbound.go index 8d610e7d..172e76bc 100644 --- a/web/controller/inbound.go +++ b/web/controller/inbound.go @@ -5,9 +5,9 @@ import ( "fmt" "strconv" - "x-ui/database/model" - "x-ui/web/service" - "x-ui/web/session" + "github.com/mhsanaei/3x-ui/database/model" + "github.com/mhsanaei/3x-ui/web/service" + "github.com/mhsanaei/3x-ui/web/session" "github.com/gin-gonic/gin" ) |
