From 198f6af3bc528acc686d2209a4b9fe743143c497 Mon Sep 17 00:00:00 2001 From: a_alves Date: Wed, 26 Nov 2025 14:42:18 +0100 Subject: [PATCH] Update 'test.lua' --- test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.lua b/test.lua index c30e169..c9371b4 100644 --- a/test.lua +++ b/test.lua @@ -1,4 +1,4 @@ -local url = "ws://ws.novalea.fr/ws" +local url = "wss://ws.novalea.fr/ws" local ws, err = http.websocket(url)