diff options
Diffstat (limited to 'system/api/external.go')
-rw-r--r-- | system/api/external.go | 6 |
1 files changed, 3 insertions, 3 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: |