Skip to content

Commit

Permalink
update photoshare link realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolethanh committed Mar 24, 2017
1 parent ffe447b commit dc638a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/photoshare-socketio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dc638a6

Please sign in to comment.