Skip to content

Commit d3d6900

Browse files
Updated useSocket.ts
1 parent 448f9f2 commit d3d6900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useSocket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function useSocket({
5050
}
5151

5252
// In production, use the deployed server
53-
return 'https://securecomm-rzc6.onrender.com/';
53+
return 'https://panger-chat-server.onrender.com';
5454
};
5555

5656
const serverUrl = getServerUrl();

0 commit comments

Comments
 (0)