heroku
This commit is contained in:
parent
c2340301fd
commit
dd6a21191a
1 changed files with 7 additions and 7 deletions
|
@ -1458,7 +1458,7 @@ Metamaps.Realtime = {
|
|||
});
|
||||
$('body').click(self.close);
|
||||
|
||||
self.socket = io.connect('http://localhost:5001');
|
||||
self.socket = io.connect('http://gentle-savannah-1303.herokuapp.com');
|
||||
self.startActiveMap();
|
||||
},
|
||||
toggleBox: function (event) {
|
||||
|
|
Loading…
Reference in a new issue