node.js - Node website returns “Cannot GET/withTxt” when hosted with xxx.js -
this code:
xxx = require('./routes/xxx'); app.get('/mynodepage',routes.exxxtxt); app.post('/mynodepage', function(req,res,nextresult){ xxx.emailhtml(req,res,nextresult); });
and when run "cannot / node page". doing wrong? why getting this?
Comments
Post a Comment