summaryrefslogtreecommitdiff
path: root/system/admin/cache.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
commit27bf80992138e23715cb8eb95af53a8cc66c403b (patch)
treec14284b30f8e7794e979723c26a4a824b6bc47de /system/admin/cache.go
parenta7f5427fee80fd638e012de5cfeb48d5be54cbcf (diff)
returning absolute import paths, will move to vendor in future commit
Diffstat (limited to 'system/admin/cache.go')
-rw-r--r--system/admin/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/cache.go b/system/admin/cache.go
index 0faf7ec..0de45af 100644
--- a/system/admin/cache.go
+++ b/system/admin/cache.go
@@ -5,7 +5,7 @@ import (
"net/http"
"strings"
- "../../system/db"
+ "github.com/bosssauce/ponzu/system/db"
)
// CacheControl sets the default cache policy on static asset responses