We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a56ec + eeeeff9 commit 84f655bCopy full SHA for 84f655b
api/vercel.json
client/src/socket.js
@@ -1,7 +1,6 @@
1
import { io } from "socket.io-client";
2
3
-const PORT =
4
- "https://draw-rtc-96kr12q0u-ajeet-pratap-singhs-projects.vercel.app/";
+const PORT = "http://localhost:8000";
5
6
const socket = io(PORT);
7
0 commit comments