@@ -130,7 +130,7 @@ func main() {
router.HandleFunc("PATCH /todos/{id}/undone", todoHandler.Undone)
server := http.Server{
Addr: "localhost:3000",
Addr: ":3000",
Handler: middleware.LoggingMiddleware(router),
}
The note is not visible to the blocked user.