From dc638a6f85a69cac45284f38d7190be89a85f201 Mon Sep 17 00:00:00 2001 From: lvt Date: Fri, 24 Mar 2017 15:16:29 +0900 Subject: [PATCH] update photoshare link realtime --- public/js/photoshare-socketio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/photoshare-socketio.js b/public/js/photoshare-socketio.js index a110a58..1eb2679 100644 --- a/public/js/photoshare-socketio.js +++ b/public/js/photoshare-socketio.js @@ -2,7 +2,7 @@ * Created by ZE on 2015/11/11. */ -var socket = io('https://photoshare.space:6001', {secure: true}); +var socket = io('https://photoshare.link:6001', {secure: true}); socket.on('has_new_comment', function (data) { if (data.event.id == getEventId()) { try {