Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -253,9 +253,8 @@ app.post('/api/instagram-stalk', async (req, res) => {
|
|
253 |
})*/
|
254 |
|
255 |
const PORT = process.env.PORT || 7860
|
256 |
-
|
257 |
console.log('App running on port', PORT)
|
258 |
-
})
|
259 |
})
|
260 |
|
261 |
function formatSize(num) {
|
|
|
253 |
})*/
|
254 |
|
255 |
const PORT = process.env.PORT || 7860
|
256 |
+
app.listen(PORT, () => {
|
257 |
console.log('App running on port', PORT)
|
|
|
258 |
})
|
259 |
|
260 |
function formatSize(num) {
|