diff options
Diffstat (limited to 'system/db/user.go')
-rw-r--r-- | system/db/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/user.go b/system/db/user.go index b92a62a..1b15a82 100644 --- a/system/db/user.go +++ b/system/db/user.go @@ -7,7 +7,7 @@ import ( "fmt" "net/http" - "github.com/bosssauce/ponzu/system/admin/user" + "github.com/ponzu-cms/ponzu/system/admin/user" "github.com/boltdb/bolt" "github.com/nilslice/jwt" |