mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
backend API to create a launcher
This commit is contained in:
@@ -450,7 +450,9 @@ function handleException(e, method, path, res) {
|
||||
});
|
||||
} else {
|
||||
res.status(500)
|
||||
.send(e.message);
|
||||
.json({
|
||||
message: e.message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user