Skip to content

Commit

Permalink
AHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
shammy642 committed Oct 16, 2024
1 parent c123fb9 commit 580fddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { io } from "socket.io-client";
const SOCKET_URL = import.meta.env.VITE_SOCKET_BACKEND_URL;
console.log("SOCKET_URL",SOCKET_URL)

export const socket = io("http://localhost:3001")
export const socket = io(SOCKET_URL)

0 comments on commit 580fddc

Please sign in to comment.