Test 2
This commit is contained in:
parent
f872e7e0fb
commit
e4c23aa232
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ webapp.use(morgan('combined'));
|
||||||
|
|
||||||
//External Routing
|
//External Routing
|
||||||
webapp.get('/', function (req, res) {
|
webapp.get('/', function (req, res) {
|
||||||
console.log('works');
|
console.log('works still?');
|
||||||
res.send('Hello World!');
|
res.send('Hello World!');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue