This commit is contained in:
MHSanaei 2026-05-10 02:13:42 +02:00
parent 267fb1c866
commit 7cd26a0583
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A
70 changed files with 220 additions and 220 deletions

View file

@ -4,9 +4,9 @@ import (
"net/http"
"strings"
"github.com/mhsanaei/3x-ui/v2/web/middleware"
"github.com/mhsanaei/3x-ui/v2/web/service"
"github.com/mhsanaei/3x-ui/v2/web/session"
"github.com/mhsanaei/3x-ui/v3/web/middleware"
"github.com/mhsanaei/3x-ui/v3/web/service"
"github.com/mhsanaei/3x-ui/v3/web/session"
"github.com/gin-gonic/gin"
)