plsgivemeachane commited on
Commit
66a13ae
·
1 Parent(s): 362e937
Files changed (1) hide show
  1. app/index.ts +2 -2
app/index.ts CHANGED
@@ -65,6 +65,6 @@ app.get('/', (req, res) => {
65
  res.send('Hello World!');
66
  })
67
 
68
- app.listen(7860, () => {
69
- console.log('Listening on port 7860');
70
  })
 
65
  res.send('Hello World!');
66
  })
67
 
68
+ app.listen(7860, "0.0.0.0",async () => {
69
+ console.log("Listening on port 7860");
70
  })