diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
commit | 8f174c37751e17af887c8f783b21077974f90101 (patch) | |
tree | 2505fa1f46beae92a1af2f6cfd7e7d40c0f79976 /pkg/handler/user/profile.go | |
parent | b30d3b26f0d9274b13582b7aa759cae26417d9f9 (diff) |
Diffstat (limited to 'pkg/handler/user/profile.go')
-rw-r--r-- | pkg/handler/user/profile.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/handler/user/profile.go b/pkg/handler/user/profile.go index 7181ca7..ab8457b 100644 --- a/pkg/handler/user/profile.go +++ b/pkg/handler/user/profile.go @@ -2,8 +2,8 @@ package user import ( "github.com/labstack/echo/v4" - "go.neonxp.ru/framework/pkg/tpl" - "go.neonxp.ru/framework/pkg/utils" + "neonxp.ru/go/framework/pkg/tpl" + "neonxp.ru/go/framework/pkg/utils" ) func (*Handler) Profile(c echo.Context) error { |