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