diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/system.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/system.js b/controllers/system.js index cf205b9..f04ec6d 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -65,7 +65,7 @@ exports.project = function(req, res) { res.render('project', { title: 'Harepus', loggedin: true }); } -exports.newproject = function(req, res) { +exports.newProject = function(req, res) { res.render('newproject', { title: 'Nytt prosjekt', loggedin: true }); } |