This commit is contained in:
briandavidjoyner 2017-11-04 10:54:39 -04:00
parent 8b31df2281
commit 1efa8dca8c
1 changed files with 0 additions and 1 deletions

View File

@ -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!');
});