summaryrefslogtreecommitdiff
path: root/system/api
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 02:02:34 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 02:02:34 -0700
commit83274d88f4446ffe9e5d63d41561eb775fea4c7e (patch)
treebe5f66d2e650eda2167dadee1820c75f747e6bd6 /system/api
parented14dff0ee6f53afd95550140ee32e7aa76a0441 (diff)
updating import paths
Diffstat (limited to 'system/api')
-rw-r--r--system/api/handlers.go4
1 files changed, 2 insertions, 2 deletions
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) {