Skip to content

Commit

Permalink
server port update
Browse files Browse the repository at this point in the history
Had changed for testing env
  • Loading branch information
sigwo authored Mar 9, 2021
1 parent 90a8f6c commit 8310bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ io.sockets.on('connection', (socket) => {
});

// Tells server to listen to port 4000 when app is initialized
server.listen(4010, () => {
server.listen(4000, () => {
console.log('')
console.log('_________________________________________________________________')
console.log(' ▄▄ ▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ')
Expand Down

0 comments on commit 8310bca

Please sign in to comment.