diff --git a/routes/app.js b/routes/app.js index 7fffb427..03d5c9f2 100644 --- a/routes/app.js +++ b/routes/app.js @@ -1,3 +1,3 @@ module.exports = function (req, res) { - res.render('app.html'); + res.redirect('https://beta.webmaker.org/'); };