This commit is contained in:
daniel-j
2023-12-06 18:08:02 +01:00
parent 8f88260f33
commit 50dec70b19

View File

@@ -377,4 +377,4 @@ fs.rm('uploads', {recursive: true}, (err) => {
app.listen(port)
console.log('server is listening on port ' + port)
})
})
})