Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -54,7 +54,7 @@ app.get('/resize', async (req, res) => {
|
|
54 |
}
|
55 |
});
|
56 |
|
57 |
-
const PORT = process.env.PORT ||
|
58 |
app.listen(PORT, () => {
|
59 |
console.log(`Server is running on port ${PORT}`);
|
60 |
});
|
|
|
54 |
}
|
55 |
});
|
56 |
|
57 |
+
const PORT = process.env.PORT || 7860;
|
58 |
app.listen(PORT, () => {
|
59 |
console.log(`Server is running on port ${PORT}`);
|
60 |
});
|