todolist-backend icon indicating copy to clipboard operation
todolist-backend copied to clipboard

Update index.js

Open AaronGulman opened this issue 10 months ago • 0 comments

Refactor: Use process.env.PORT for dynamic port assignment

  • Replaced the usage of resp with res for consistency
  • Modified port assignment to use process.env.PORT || 3001 for flexibility in different environments

This change ensures that the server listens on the appropriate port based on the env(environment), allowing for smoother deployment in various hosting platforms like,for instance, Heroku

AaronGulman avatar Apr 27 '24 18:04 AaronGulman