diff options
Diffstat (limited to 'system/api/handlers.go')
-rw-r--r-- | system/api/handlers.go | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |