Skip to content

Commit

Permalink
feat: changed server url
Browse files Browse the repository at this point in the history
  • Loading branch information
vj-abishek committed Apr 3, 2021
1 parent 6020fbb commit f524a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Functions/Users.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import io from 'socket.io-client';
const connectionString =
window.location.hostname === 'localhost'
? `http://${window.location.hostname}:8080`
: 'https://relp-server-1.vsbabuj.repl.co';
: 'https://relp.vsbabuj.repl.co';
const socket = io.connect(connectionString);

export default socket;

1 comment on commit f524a9c

@vercel
Copy link

@vercel vercel bot commented on f524a9c Apr 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.