mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
/compose route
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user