Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Aug 11, 2024
1 parent 87a56ec commit 36abaec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/socket.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { io } from "socket.io-client";

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

const socket = io(PORT);

Expand Down

0 comments on commit 36abaec

Please sign in to comment.