Javascript – Getting "Cannot GET /login" when sending a file from a post request in express js
I am trying to send a new html to the user if they succesfully login. Whenever I try to send a file I always see "Cannot GET /login" on the page. Here is the piece of code giving me trouble:…