Spaces:
Runtime error
Runtime error
plsgivemeachane
commited on
Commit
·
66a13ae
1
Parent(s):
362e937
- 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(
|
| 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 |
})
|