summaryrefslogtreecommitdiff
path: root/system/admin/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/server.go')
-rw-r--r--system/admin/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/server.go b/system/admin/server.go
index 3f02a69..312a3de 100644
--- a/system/admin/server.go
+++ b/system/admin/server.go
@@ -3,7 +3,7 @@ package admin
import (
"net/http"
- "./user"
+ "github.com/bosssauce/ponzu/system/admin/user"
)
// Run adds Handlers to default http listener for Admin