Skip to content

Commit

Permalink
Removing hardcoded localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronDev committed Aug 2, 2015
1 parent c153de5 commit 697fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

var jenova = require("jenova");
var socket = io.connect('http://localhost:3000');
var socket = io.connect('');
var gameOfLifeCanvas = document.getElementById('gameOfLife');

function generateBoard(board, canvas) {
Expand Down

0 comments on commit 697fd8c

Please sign in to comment.