diff options
Diffstat (limited to 'system/admin/server.go')
-rw-r--r-- | system/admin/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/server.go b/system/admin/server.go index 2c84479..312a3de 100644 --- a/system/admin/server.go +++ b/system/admin/server.go @@ -3,7 +3,7 @@ package admin import ( "net/http" - "github.com/nilslice/cms/system/admin/user" + "github.com/bosssauce/ponzu/system/admin/user" ) // Run adds Handlers to default http listener for Admin |