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

activate simplified project

parent 7192c302
......@@ -41,7 +41,7 @@ module.exports = function (app) {
])
});
app.get('/project', function (req, res) {
app.get('/project_', function (req, res) {
async.waterfall([
// get all projects from projectdb
function(done) {
......@@ -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', {
isUserAuthenticated: req.isAuthenticated(),
user: req.user
......
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