Fix
This commit is contained in:
parent
61367646bf
commit
8b31df2281
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var port = process.env.IP || process.env.OPENSHIFT_NODEJS_IP || 8080;
|
||||||
|
|
||||||
//External Routing
|
//External Routing
|
||||||
|
|
||||||
app.get('/test', function (req, res) {
|
webapp.get('/test', function (req, res) {
|
||||||
res.send('Hello World!');
|
res.send('Hello World!');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue