34
chenyc
2025-01-24 fb5abaff7d80096163dd712e74b8b7e0b968b84d
app.js
@@ -263,6 +263,7 @@
  .then(() => {
    app.listen(process.env.PORT || 5000);
    console.log("DB connected and server us running.");
    console.log('http-sse-'+5000)
  })
  .catch((err) => {
    console.log(err);