/compose route

This commit is contained in:
psychobunny
2015-05-21 16:24:40 -04:00
parent 39c3afec62
commit 117bb407b0
2 changed files with 5 additions and 1 deletions

View File

@@ -128,6 +128,9 @@ Controllers.register = function(req, res, next) {
});
};
Controllers.compose = function(req, res, next) {
res.render('composer', {});
};
Controllers.confirmEmail = function(req, res, next) {
user.email.confirm(req.params.code, function (err) {