diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-31 00:38:26 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-31 00:38:26 -0700 |
commit | 2ea9477505e7602d39f7695c85cd57a248815d70 (patch) | |
tree | 1df949132f29c8121781181a6ae2ea51e8311563 | |
parent | f26549a2ddf1d9a3c5c4bfaf654b05d3861dbb7f (diff) |
fixing import path
-rw-r--r-- | system/admin/handlers.go | 2 |
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) { |