Skip to content

Commit

Permalink
Update socket.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-winter authored Oct 16, 2024
1 parent ac53f67 commit 3cc3928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/socket.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { io } from "socket.io-client";
const SOCKET_URL = import.meta.env.SOCKET_BACKEND_URL;


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

0 comments on commit 3cc3928

Please sign in to comment.