Skip to content

Commit 32776e4

Browse files
committed
Update port number to 44316 in server.js
1 parent c35bb23 commit 32776e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var morgan = require('morgan');
99
var path = require('path');
1010

1111
// Initialize variables.
12-
var port = 30662; // process.env.PORT || 30662;
12+
var port = 44316; // process.env.PORT || 44316;
1313

1414
// Configure morgan module to log all requests.
1515
app.use(morgan('dev'));

0 commit comments

Comments
 (0)