File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import styles from "../../styles/styles";
9
9
import { TfiGallery } from "react-icons/tfi" ;
10
10
import socketIO from "socket.io-client" ;
11
11
import { format } from "timeago.js" ;
12
- const ENDPOINT = "http ://localhost:4000 /" ;
12
+ const ENDPOINT = "https ://eshop-tutorial-owvt.vercel.app /" ;
13
13
const socketId = socketIO ( ENDPOINT , { transports : [ "websocket" ] } ) ;
14
14
15
15
const DashboardMessages = ( ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { useNavigate } from "react-router-dom";
9
9
import { AiOutlineArrowRight , AiOutlineSend } from "react-icons/ai" ;
10
10
import { TfiGallery } from "react-icons/tfi" ;
11
11
import styles from "../styles/styles" ;
12
- const ENDPOINT = "http ://localhost:4000 /" ;
12
+ const ENDPOINT = "https ://eshop-tutorial-owvt.vercel.app /" ;
13
13
const socketId = socketIO ( ENDPOINT , { transports : [ "websocket" ] } ) ;
14
14
15
15
const UserInbox = ( ) => {
You can’t perform that action at this time.
0 commit comments