added resend_email route
This commit is contained in:
parent
3e20b219b3
commit
ef0a62d378
@ -68,6 +68,8 @@ module.exports = function(app) {
|
|||||||
|
|
||||||
app.post(apiPrefix + '/email/delete/profile', emailPlugin.eraseProfile);
|
app.post(apiPrefix + '/email/delete/profile', emailPlugin.eraseProfile);
|
||||||
app.get(apiPrefix + '/email/delete/item', emailPlugin.erase);
|
app.get(apiPrefix + '/email/delete/item', emailPlugin.erase);
|
||||||
|
|
||||||
|
app.get(apiPrefix + '/email/resend_email', emailPlugin.resendEmail);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Currency rates plugin
|
// Currency rates plugin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user