summaryrefslogtreecommitdiff
path: root/src/edit/dir.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-01 15:56:15 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-01 15:56:15 -0400
commit4866ad0f7e809e8c7e7a94fd98d83cf85ca3735b (patch)
treecee7fd9027abae4f6435c577fe2ae31c2efdf5d2 /src/edit/dir.go
parentc7eea383aeaf6748daf994e9e28e4d0c25350736 (diff)
posthack
Diffstat (limited to 'src/edit/dir.go')
-rw-r--r--src/edit/dir.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edit/dir.go b/src/edit/dir.go
index 2be52d5..bc6ef6c 100644
--- a/src/edit/dir.go
+++ b/src/edit/dir.go
@@ -10,6 +10,7 @@ import (
)
func ServeGit(out http.ResponseWriter, in *http.Request) {
+ PostHack(in)
upath := in.URL.Path
if strings.HasPrefix(upath, "/") {
upath = "/" + upath