Skip to content

Commit 84f655b

Browse files
authored
Merge pull request #60 from apsinghdev/Update/url
Update/url
2 parents 87a56ec + eeeeff9 commit 84f655b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

api/vercel.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

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)