Skip to content

Commit

Permalink
Update socketio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sampeters747 authored Sep 27, 2021
1 parent 48c19f4 commit ee74b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/services/socketio.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import socketIOClient from "socket.io-client";

let path = "/api/socket.io"; // process.env.REACT_APP_SOCKETIO_PATH;

const io = socketIOClient(process.env.REACT_APP_SERVER_URL, {
const io = socketIOClient("https://inquiremb.com", {
path: path,
withCredentials: true,
reconnectionAttempts: 1,
Expand Down

0 comments on commit ee74b58

Please sign in to comment.