windhamdavid 10 years ago
parent
commit
e8d16006da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -16,7 +16,7 @@ var server = http.createServer(function (req, res) {
 	}).resume();
 
 }).listen(process.env.PORT || 8881, function() {
-    console.log('Listening at: http://localhost:' + (process.env.PORT || 8881));
+    console.log('Listening at: http://64.207.154.37:' + (process.env.PORT || 8881));
 });