diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
commit | 9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (patch) | |
tree | a878db3ba63c0f92fc0ec96a15bf4d2b07e1a63b /system/api | |
parent | 3791fadda7b761ffba38c567da29e2e71acd1dfb (diff) |
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'system/api')
-rw-r--r-- | system/api/external.go | 6 | ||||
-rw-r--r-- | system/api/handlers.go | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/api/external.go b/system/api/external.go index 8112e29..86e4a99 100644 --- a/system/api/external.go +++ b/system/api/external.go @@ -7,9 +7,9 @@ import ( "strings" "time" - "github.com/bosssauce/ponzu/system/admin/upload" - "github.com/bosssauce/ponzu/system/db" - "github.com/bosssauce/ponzu/system/item" + "github.com/ponzu-cms/ponzu/system/admin/upload" + "github.com/ponzu-cms/ponzu/system/db" + "github.com/ponzu-cms/ponzu/system/item" ) // Externalable accepts or rejects external POST requests to endpoints such as: diff --git a/system/api/handlers.go b/system/api/handlers.go index 1e2f1e2..788b2a0 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -8,9 +8,9 @@ import ( "strconv" "strings" - "github.com/bosssauce/ponzu/system/api/analytics" - "github.com/bosssauce/ponzu/system/db" - "github.com/bosssauce/ponzu/system/item" + "github.com/ponzu-cms/ponzu/system/api/analytics" + "github.com/ponzu-cms/ponzu/system/db" + "github.com/ponzu-cms/ponzu/system/item" ) func typesHandler(res http.ResponseWriter, req *http.Request) { |