mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
server setting perhaps?
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
ws.send('something');
|
||||
});
|
||||
|
||||
server.listen(8080);
|
||||
server.listen(8080, "0.0.0.0");
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user