diff options
Diffstat (limited to 'controllers/system.js')
-rw-r--r-- | controllers/system.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/system.js b/controllers/system.js index 5400173..a5e8f46 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -109,6 +109,8 @@ exports.projectParticipants = function(req, res) { exports.postProjectParticipants = function(req, res) { + + } |