mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
separate sync for pull (implemented) and push (not yet)
This commit is contained in:
@@ -19,7 +19,8 @@ function info(message) {
|
||||
}
|
||||
|
||||
function error(message) {
|
||||
logger.error(message);
|
||||
// we're using .info() instead of .error() because simple-node-logger emits weird error for error()
|
||||
logger.info(message);
|
||||
}
|
||||
|
||||
const requestBlacklist = [ "/api/audit", "/libraries", "/javascripts", "/images", "/stylesheets" ];
|
||||
|
||||
Reference in New Issue
Block a user