This commit is contained in:
Expand-sys 2023-02-16 14:05:45 +11:00
parent aa518c970e
commit cee97443f7

View file

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