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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -