From bb19911526d32e529b16850e8506233c1d0496c2 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sat, 12 Jul 2025 01:36:46 +0300 Subject: [PATCH] fix!! --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index ab01c79..dac2e1d 100644 --- a/main.go +++ b/main.go @@ -75,6 +75,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://noiseprotocol.org/"}) buffer = "" } + } } func handler(w http.ResponseWriter, r *http.Request) {