This commit is contained in:
briandavidjoyner 2017-11-04 17:21:45 -04:00
parent f872e7e0fb
commit e4c23aa232
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ webapp.use(morgan('combined'));
//External Routing
webapp.get('/', function (req, res) {
console.log('works');
console.log('works still?');
res.send('Hello World!');
});