Skip to content

Commit

Permalink
Update chat.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-science authored Apr 18, 2021
1 parent 76a7a52 commit e658486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import FriendNom from './friend_nom'



const socket = io('https://ichatt.herokuapp.com/');
const socket = io('https://ichatt.herokuapp.com');
export default class Chat extends Component {
// création du state "message"
constructor(props) {
Expand Down Expand Up @@ -200,4 +200,4 @@ export default class Chat extends Component {
);
}
}
}
}

0 comments on commit e658486

Please sign in to comment.