test ready

This commit is contained in:
2023-07-01 14:37:53 +05:00
parent 7d8b0ec3cc
commit 514a344faf
4 changed files with 20 additions and 8 deletions

View File

@ -385,4 +385,4 @@ app.all('*', (req, res) => {
res.status(404).send('<h1>404! Page not</h1> <br> <a href="/">go to main page</a>');
});
app.listen(process.env.PORT || 3002, () => console.log("started"));
app.listen(process.env.PORT || 8080, () => console.log("started"));