🔧 Updated host to bind to all IPs

This commit is contained in:
2021-10-28 11:54:10 -07:00
parent 772241f33e
commit 595b5e5ca7

View File

@@ -96,7 +96,7 @@ export default class ApiService extends Service {
started(): any {
// Socket gateway-ish
// Create a Socket.IO instance, passing it our server
socketServer.listen(3001, SOCKET_HOST);
socketServer.listen(3001, "0.0.0.0");
this.io = new Server(socketServer, {});
// Add a connect listener