Skip to content

Commit

Permalink
update app url in clinet side
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Jun 8, 2020
1 parent d7da20a commit 2c50e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/io.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import io from 'socket.io-client';

const socket = io('http://localhost:3000');
const socket = io('https://edumudu-memory-game.herokuapp.com/');

export default socket;

0 comments on commit 2c50e43

Please sign in to comment.