Spaces:
Running
Running
Update server.js
Browse files
server.js
CHANGED
@@ -100,7 +100,7 @@ app.get('/', (req, res) => {
|
|
100 |
// console.log(`Server running on http://localhost:${PORT}`);
|
101 |
// });
|
102 |
|
103 |
-
app.listen(
|
104 |
console.log(`Server running on http://0.0.0.0:7860`);
|
105 |
});
|
106 |
|
|
|
100 |
// console.log(`Server running on http://localhost:${PORT}`);
|
101 |
// });
|
102 |
|
103 |
+
app.listen(PORT, '0.0.0.0', () => {
|
104 |
console.log(`Server running on http://0.0.0.0:7860`);
|
105 |
});
|
106 |
|