@@ -115,7 +115,7 @@ func main() {
http.HandleFunc("/", wrapper(coll))
log.Printf("Starting HTTP server\n")
err2 := http.ListenAndServe(":80", nil)
err2 := http.ListenAndServe(":8080", nil)
if err2 != nil {
log.Fatal("ListenAndServe: ", err2)
}
The note is not visible to the blocked user.