Skip to content

Commit 336c8bc

Browse files
committed
Redirect front page of 360.vizor.io to vizor.io/new
1 parent 09b6325 commit 336c8bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,7 @@ app.get('/', function(req, res, next) {
270270
switch (req.hostname) {
271271
case '360.vizor.io':
272272
case '360.vizor.lol':
273-
return threesixtyController.index(req, res, next)
274-
case 'vizor.io':
275-
return vizor2TeaserController.index(req, res, next)
273+
return res.redirect(301, 'https://vizor.io/new')
276274
default:
277275
return homeController.index(req, res, next)
278276
}

0 commit comments

Comments
 (0)