config for new name, tixto

This commit is contained in:
talksik
2018-08-25 22:18:31 -07:00
parent 7314ec35f8
commit 47f95a854d
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default class Chat extends Component<Props> {
componentDidMount() {
var stored_userId = this.retrieveUserId();
this.socket = io('http://10.0.2.2:3000', {jsonp: false});
this.socket = io('https://murmuring-sierra-86040.herokuapp.com/', {jsonp: false});
this.socket.on('connect', () => {
this.socket.emit('initial', {position: this.props.position, avatar: this.props.avatar});
});