smaller refactorings (mostly entitization)

This commit is contained in:
azivner
2018-04-01 11:05:09 -04:00
parent c9d73c6115
commit fad0ec757b
12 changed files with 69 additions and 56 deletions

View File

@@ -52,7 +52,7 @@ function apiResultHandler(res, result) {
}
}
else if (result === undefined) {
res.status(200).send();
res.status(204).send();
}
else {
res.status(200).send(result);