From 27bf80992138e23715cb8eb95af53a8cc66c403b Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 9 Oct 2016 17:12:35 -0700 Subject: returning absolute import paths, will move to vendor in future commit --- 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 7828419..5fb79bc 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -6,8 +6,8 @@ import ( "log" "net/http" - "../../content" - "../../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