diff options
author | FChannel <=> | 2021-01-30 01:59:06 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-30 01:59:06 -0800 |
commit | 99fcc761a0fe1141a997d4d8709dd2bca18efcdb (patch) | |
tree | 33d5bff8f74faba270b23f0aa9d1f5ca942c266b /main.go | |
parent | f0afe325423011a8cb4eed5192375fcae5312da3 (diff) |
removed get captcha url
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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") |