This commit is contained in:
Expand-sys 2023-02-16 14:32:36 +11:00
parent 240a62409e
commit ce5c59eeb3

View file

@ -1,4 +1,4 @@
const URL = "http://localhost:40151";
const URL = "https://a.imapmove.com";
const socket = io(URL, { autoConnect: true });
export default socket;