diff options
Diffstat (limited to 'system/api/delete.go')
-rw-r--r-- | system/api/delete.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/api/delete.go b/system/api/delete.go index 37328e4..2778211 100644 --- a/system/api/delete.go +++ b/system/api/delete.go @@ -5,8 +5,8 @@ import ( "log" "net/http" - "github.com/ponzu-cms/ponzu/system/db" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/system/db" + "github.com/haturatu/ponzu/system/item" ) // Deleteable accepts or rejects update POST requests to endpoints such as: |