Implemented basic transactional emails API

This commit is contained in:
Alexey Zinkevych 2019-03-24 14:27:56 +02:00
parent 913c7dc337
commit 4a521a8f0f
4 changed files with 107 additions and 1 deletions

View file

@ -348,7 +348,7 @@ function createApp(appType) {
data: []
};
return status(err.status || 500).json(resp);
return res.status(err.status || 500).json(resp);
} else {
if (err instanceof interoperableErrors.NotLoggedInError) {