Works
This commit is contained in:
parent
1efa8dca8c
commit
4da901ece9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ var port = process.env.IP || process.env.OPENSHIFT_NODEJS_IP || 8080;
|
|||
|
||||
//External Routing
|
||||
webapp.get('/test', function (req, res) {
|
||||
console.log('works');
|
||||
res.send('Hello World!');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue