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