aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index 00884ef..dfb65a2 100644
--- a/main.go
+++ b/main.go
@@ -682,10 +682,6 @@ func main() {
}
})
- http.HandleFunc("/getcaptcha", func(w http.ResponseWriter, r *http.Request){
- w.Write([]byte(GetRandomCaptcha(db)))
- })
-
http.HandleFunc("/delete", func(w http.ResponseWriter, r *http.Request){
id := r.URL.Query().Get("id")
board := r.URL.Query().Get("board")