go package correction v2

This commit is contained in:
mhsanaei
2025-09-19 10:05:43 +02:00
parent 0ffd27c0aa
commit 7447cec17e
44 changed files with 135 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
package controller
import (
"github.com/mhsanaei/3x-ui/web/service"
"github.com/mhsanaei/3x-ui/v2/web/service"
"github.com/gin-gonic/gin"
)