Browse Source

sw pts remote

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

+ 2 - 2
app.js

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