Skip to content

Commit

Permalink
callback msg again
Browse files Browse the repository at this point in the history
  • Loading branch information
paras151 committed Oct 1, 2019
1 parent 26fb079 commit 1e4d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var io = socketIO(server);
app.use(express.static(publicPath));

io.on('connection',(socket)=>{
console.log("New user connected");
console.log("User connected");



Expand Down

0 comments on commit 1e4d10c

Please sign in to comment.