summaryrefslogtreecommitdiff
path: root/src/http/csrf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/csrf.go')
-rw-r--r--src/http/csrf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/csrf.go b/src/http/csrf.go
index a64e37e..8606360 100644
--- a/src/http/csrf.go
+++ b/src/http/csrf.go
@@ -6,7 +6,7 @@ import (
"net/http"
"net/url"
- "github.com/mediocregopher/blog.mediocregopher.com/srv/http/apiutil"
+ "code.betamike.com/mediocregopher/mediocre-blog/src/http/apiutil"
)
func checkCSRF(r *http.Request, publicURL *url.URL) error {