From 2293a4e5d9bb68c66f1f62b89fa2d222a8292807 Mon Sep 17 00:00:00 2001 From: administrator Date: Sun, 5 Apr 2026 03:30:06 +0000 Subject: [PATCH] Update components/socket.tsx --- components/socket.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/socket.tsx b/components/socket.tsx index efe8340..39271ff 100644 --- a/components/socket.tsx +++ b/components/socket.tsx @@ -1,6 +1,6 @@ import { io, Socket } from "socket.io-client" -const URL = "http://plate.koronyo.online" +const URL = "https://plate.koronyo.online" // const URL = "http://kubik.koroniyo.online:7272/" export const socket: Socket = io(URL, {