This commit is contained in:
briandavidjoyner 2017-11-04 10:52:03 -04:00
parent 61367646bf
commit 8b31df2281

View file

@ -13,7 +13,7 @@ var port = process.env.IP || process.env.OPENSHIFT_NODEJS_IP || 8080;
//External Routing
app.get('/test', function (req, res) {
webapp.get('/test', function (req, res) {
res.send('Hello World!');
});