Skip to content

Commit 96e797c

Browse files
committed
server updated
1 parent cae7a3d commit 96e797c

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

package-lock.json

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/chat.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const io = require('socket.io-client');
2-
// https://chat-server-utkarsh-1905.vercel.app/
3-
//https://node-cli-chat-server.herokuapp.com/
4-
const socket = io.connect('https://node-cli-chat-server.herokuapp.com/');
2+
//https://node-cli-chat-server.herokuapp.com/ --> removed
3+
//https://node-chat-server-qkuiprdusq-em.a.run.app
4+
const socket = io.connect('https://node-chat-server-qkuiprdusq-em.a.run.app');
55
const chalk = require('chalk');
66
const repl = require('repl');
77

0 commit comments

Comments
 (0)