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

remove /landingpage and /videoconference

parent c2b4a3d1
2 merge requests!3Testing,!2Testing2
Showing with 0 additions and 13 deletions
+0 -13
...@@ -356,17 +356,4 @@ module.exports = function (app) { ...@@ -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
Supports Markdown
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