mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Hopefully fixed to crashpoints
This commit is contained in:
@@ -160,7 +160,7 @@ router.route('/').get(function(req, res, next){
|
||||
res.render('layouts/frontpage', data);
|
||||
}
|
||||
} catch(e) {
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
//res.redirect("https://zoff.me");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user