Commit e4a4e39d authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

activate simplified project

parent 7192c302
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
Showing with 2 additions and 2 deletions
+2 -2
...@@ -41,7 +41,7 @@ module.exports = function (app) { ...@@ -41,7 +41,7 @@ module.exports = function (app) {
]) ])
}); });
app.get('/project', function (req, res) { app.get('/project_', function (req, res) {
async.waterfall([ async.waterfall([
// get all projects from projectdb // get all projects from projectdb
function(done) { function(done) {
...@@ -94,7 +94,7 @@ module.exports = function (app) { ...@@ -94,7 +94,7 @@ module.exports = function (app) {
]) ])
}) })
app.get('/project_', function (req, res) { app.get('/project', function (req, res) {
res.render(lang+'/project/project-simplified', { res.render(lang+'/project/project-simplified', {
isUserAuthenticated: req.isAuthenticated(), isUserAuthenticated: req.isAuthenticated(),
user: req.user user: req.user
......
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