aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/user/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/handler/user/handler.go')
-rw-r--r--pkg/handler/user/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/handler/user/handler.go b/pkg/handler/user/handler.go
index 6bc8bff..b23003f 100644
--- a/pkg/handler/user/handler.go
+++ b/pkg/handler/user/handler.go
@@ -2,7 +2,7 @@ package user
import (
"github.com/labstack/echo/v4"
- "go.neonxp.ru/framework/pkg/service/user"
+ "neonxp.ru/go/framework/pkg/service/user"
)
type Handler struct {