Updated config

This commit is contained in:
2021-07-22 20:41:46 +00:00
parent 88a4da1c26
commit 39258d5884
2 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -118,6 +118,6 @@ app.get('*', (req, res) => {
});
//startup
http.listen(4000, () => {
log('listening to *:4000');
});
http.listen(3000, () => {
log('listening to *:3000');
});