aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/user/logout.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/handler/user/logout.go')
-rw-r--r--pkg/handler/user/logout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/handler/user/logout.go b/pkg/handler/user/logout.go
index 9b7ea5f..4844ede 100644
--- a/pkg/handler/user/logout.go
+++ b/pkg/handler/user/logout.go
@@ -4,7 +4,7 @@ import (
"net/http"
"github.com/labstack/echo/v4"
- "go.neonxp.ru/framework/pkg/utils"
+ "neonxp.ru/go/framework/pkg/utils"
)
func (*Handler) Logout(c echo.Context) error {