Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Aug 21, 2024
1 parent 123fa1e commit 63e7b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/socketContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SocketProvider: React.FC<{ children: React.ReactNode }> = ({ childr
// userId:data?.data?._id
// }
// });
const newSocket = io('https://learnup-chat.onrender.com/api/chat', {
const newSocket = io('https://learnup-chat.onrender.com', {
transports: ['websocket', 'polling'],
query:{
userId:data?.data?._id
Expand Down

0 comments on commit 63e7b6b

Please sign in to comment.