summaryrefslogtreecommitdiff
path: root/system/api/gzip.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/gzip.go')
-rw-r--r--system/api/gzip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/gzip.go b/system/api/gzip.go
index 02f1535..f7bf65e 100644
--- a/system/api/gzip.go
+++ b/system/api/gzip.go
@@ -5,7 +5,7 @@ import (
"net/http"
"strings"
- "github.com/ponzu-cms/ponzu/system/db"
+ "github.com/haturatu/ponzu/system/db"
)
// Gzip wraps a HandlerFunc to compress responses when possible