From 83274d88f4446ffe9e5d63d41561eb775fea4c7e Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 9 Oct 2016 02:02:34 -0700 Subject: updating import paths --- system/api/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/api') diff --git a/system/api/handlers.go b/system/api/handlers.go index c1519e5..5fb79bc 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -6,8 +6,8 @@ import ( "log" "net/http" - "github.com/nilslice/cms/content" - "github.com/nilslice/cms/system/db" + "github.com/bosssauce/ponzu/content" + "github.com/bosssauce/ponzu/system/db" ) func typesHandler(res http.ResponseWriter, req *http.Request) { -- cgit v1.2.3