@ -11,6 +11,7 @@ import (
func ListenToRequests(port string) error{
mux := http.NewServeMux()
server := &http.Server{
Handler: mux,
Addr: port,
ReadTimeout: time.Second * 5,
WriteTimeout: time.Second * 5,
The note is not visible to the blocked user.