diff options
Diffstat (limited to 'system/addon/api.go')
-rw-r--r-- | system/addon/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/addon/api.go b/system/addon/api.go index ae4909b..55299f4 100644 --- a/system/addon/api.go +++ b/system/addon/api.go @@ -9,7 +9,7 @@ import ( "net/http" "time" - "github.com/ponzu-cms/ponzu/system/db" + "github.com/haturatu/ponzu/system/db" ) // QueryOptions is a mirror of the same struct in db package and are re-declared |