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, {