summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 32a8e95..41e1095 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -12,12 +12,12 @@ import (
"strings"
"time"
- "../../content"
- "../../management/editor"
- "../../management/manager"
- "../../system/db"
- "./config"
- "./user"
+ "github.com/bosssauce/ponzu/content"
+ "github.com/bosssauce/ponzu/management/editor"
+ "github.com/bosssauce/ponzu/management/manager"
+ "github.com/bosssauce/ponzu/system/admin/config"
+ "github.com/bosssauce/ponzu/system/admin/user"
+ "github.com/bosssauce/ponzu/system/db"
"github.com/nilslice/jwt"
)