Skip to content

Commit abdba01

Browse files
committed
Socket url updated
1 parent e2144ac commit abdba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/context/SocketContext.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const SocketContextProvider = ({ children }) => {
1515

1616
useEffect(() => {
1717
if (authUser) {
18-
const socket = io("http://localhost:5000", {
18+
const socket = io("https://chat-app-yt.onrender.com", {
1919
query: {
2020
userId: authUser._id,
2121
},

0 commit comments

Comments
 (0)