Commit 6c149593 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

remove /landingpage and /videoconference

parent c2b4a3d1
......@@ -356,17 +356,4 @@ module.exports = function (app) {
])
})
app.get('/videoconferences', function(req, res){
res.render(lang+'/project/videoconferences', {
isUserAuthenticated: req.isAuthenticated(),
user: req.user,
});
})
app.get('/landingpage', function(req, res){
res.render(lang+'/project/landingpage', {
isUserAuthenticated: req.isAuthenticated(),
user: req.user
});
})
};
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment