diff options
Diffstat (limited to 'system/api/cors.go')
-rw-r--r-- | system/api/cors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/cors.go b/system/api/cors.go index 249a378..c983e9f 100644 --- a/system/api/cors.go +++ b/system/api/cors.go @@ -5,7 +5,7 @@ import ( "net/http" "net/url" - "github.com/ponzu-cms/ponzu/system/db" + "github.com/haturatu/ponzu/system/db" ) // sendPreflight is used to respond to a cross-origin "OPTIONS" request |