sets to public backend

This commit is contained in:
pb-coding 2023-09-23 15:50:26 +02:00
parent b819483063
commit cdf179c5c1

View file

@ -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);