Update index.js
Browse files
index.js
CHANGED
@@ -42,8 +42,6 @@ app.post('/api/akenoweb', async (req, res) => {
|
|
42 |
}
|
43 |
});
|
44 |
|
45 |
-
on Hugging face without semicolon works
|
46 |
-
|
47 |
app.listen(port, () => {
|
48 |
console.log(`Example app listening on port ${port}`)
|
49 |
})
|
|
|
42 |
}
|
43 |
});
|
44 |
|
|
|
|
|
45 |
app.listen(port, () => {
|
46 |
console.log(`Example app listening on port ${port}`)
|
47 |
})
|