@@ -29,5 +29,6 @@ func main() {
log.Println("server listening on :8080")
http.HandleFunc("POST /register", RegisterHandler)
http.HandleFunc("POST /login", LoginHandler)
http.HandleFunc("POST /create/group", CreateGroupHandler)
log.Fatal(http.ListenAndServe(":8080", nil))
}
The note is not visible to the blocked user.