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 4c3152b..b79a29e 100644 --- a/system/addon/api.go +++ b/system/addon/api.go @@ -9,7 +9,7 @@ import ( "net/http" "time" - "github.com/bosssauce/ponzu/system/db" + "github.com/ponzu-cms/ponzu/system/db" ) // ContentAll retrives all items from the HTTP API within the provided namespace |