diff options
Diffstat (limited to 'system/api/push.go')
-rw-r--r-- | system/api/push.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/push.go b/system/api/push.go index 0469548..fdce3e2 100644 --- a/system/api/push.go +++ b/system/api/push.go @@ -5,7 +5,7 @@ import ( "net/http" "strings" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/system/item" "github.com/tidwall/gjson" ) |