summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index e929ec9..997fb9e 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -19,8 +19,8 @@ import (
"github.com/bosssauce/ponzu/system/api"
"github.com/bosssauce/ponzu/system/db"
+ "github.com/gorilla/schema"
"github.com/nilslice/jwt"
- "github.com/nilslice/ponzu-test/cmd/ponzu/vendor/github.com/gorilla/schema"
)
func adminHandler(res http.ResponseWriter, req *http.Request) {