sets to public backend
This commit is contained in:
parent
b819483063
commit
cdf179c5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue