summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-05 02:05:49 -0700
committerraylu <raylu@mixpanel.com>2011-08-05 02:05:49 -0700
commit08268860601f61e0d0d0829e673a7189b7db134e (patch)
tree8379d3b7873517ba5e698621537e76091824efc6 /main.go
parentc680bce12701298901ccd5cb3f0c366799f6a1c6 (diff)
downloadaudioaxis-08268860601f61e0d0d0829e673a7189b7db134e.tar.xz
add on the page
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index a64aeb4..a278f26 100644
--- a/main.go
+++ b/main.go
@@ -128,6 +128,7 @@ func add(w http.ResponseWriter, r *http.Request) {
http.Error(w, err.String(), http.StatusInternalServerError)
return
}
+ w.Write([]byte("1"))
}
func main() {