From e658486d588401633c5af49931d1be08c0afe4b3 Mon Sep 17 00:00:00 2001 From: lucas-science <52750644+lucas-science@users.noreply.github.com> Date: Sun, 18 Apr 2021 11:32:12 +0200 Subject: [PATCH] Update chat.jsx --- src/components/chat.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat.jsx b/src/components/chat.jsx index ab5834f..eb26036 100644 --- a/src/components/chat.jsx +++ b/src/components/chat.jsx @@ -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) { @@ -200,4 +200,4 @@ export default class Chat extends Component { ); } } - } \ No newline at end of file + }