From a7f5427fee80fd638e012de5cfeb48d5be54cbcf Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 9 Oct 2016 16:27:33 -0700 Subject: renaming import paths globally to ensure build is using new files, not ones from original repo --- 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 5fb79bc..7828419 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -6,8 +6,8 @@ import ( "log" "net/http" - "github.com/bosssauce/ponzu/content" - "github.com/bosssauce/ponzu/system/db" + "../../content" + "../../system/db" ) func typesHandler(res http.ResponseWriter, req *http.Request) { -- cgit v1.2.3