diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/system.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/controllers/system.js b/controllers/system.js index a5e8f46..ed7958d 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -113,6 +113,13 @@ exports.postProjectParticipants = function(req, res) { } +exports.projectPost = function(req, res) { + +} + +exports.postProjectPost = function(req, res) { + +} exports.newProject = function(req, res) { res.render('newproject', { title: 'Nytt prosjekt', loggedin: true }); |