From cdf179c5c19f0192903e98e07643264dfc93bc18 Mon Sep 17 00:00:00 2001 From: pb-coding <71174645+pb-coding@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:50:26 +0200 Subject: [PATCH] sets to public backend --- src/socket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.ts b/src/socket.ts index 17f2cc6..4d22d10 100644 --- a/src/socket.ts +++ b/src/socket.ts @@ -1,5 +1,5 @@ import { io } from "socket.io-client"; -const URL = "http://localhost:3001"; +const URL = "https://skyjo-backend.voltvector.org"; export const socket = io(URL);