Skip to content

Commit 36abaec

Browse files
committed
change url
1 parent 87a56ec commit 36abaec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/socket.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { io } from "socket.io-client";
22

3-
const PORT =
4-
"https://draw-rtc-96kr12q0u-ajeet-pratap-singhs-projects.vercel.app/";
3+
const PORT = "http://localhost:8000";
54

65
const socket = io(PORT);
76

0 commit comments

Comments
 (0)