added resend_email route

This commit is contained in:
Ivan Socolsky 2014-12-18 14:36:05 -03:00
parent 3e20b219b3
commit ef0a62d378

View File

@ -68,6 +68,8 @@ module.exports = function(app) {
app.post(apiPrefix + '/email/delete/profile', emailPlugin.eraseProfile);
app.get(apiPrefix + '/email/delete/item', emailPlugin.erase);
app.get(apiPrefix + '/email/resend_email', emailPlugin.resendEmail);
}
// Currency rates plugin