DEV Community

Discussion on: Problems with Node.js

Collapse
 
liu550 profile image
liu550

Thanks! Besides, do you know from this code why locolhost:5000 did not load though?

Collapse
 
sergchr profile image
Serhii

The server handles only "/api/sessions" route, not the "/" you are trying to access by opening localhost:5000. You should add the handler for that too.