summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/handlers.go')
-rw-r--r--system/api/handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/api/handlers.go b/system/api/handlers.go
index 99db799..ce8dade 100644
--- a/system/api/handlers.go
+++ b/system/api/handlers.go
@@ -8,8 +8,8 @@ import (
"strconv"
"strings"
- "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"
)
// ErrNoAuth should be used to report failed auth requests