mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
smaller refactorings (mostly entitization)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user