mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -177,7 +177,7 @@ function register(router) {
|
||||
res.send(note.getContent());
|
||||
});
|
||||
|
||||
// :filename is not used by trilium, but instead used for "save as" to assign a human readable filename
|
||||
// :filename is not used by trilium, but instead used for "save as" to assign a human-readable filename
|
||||
router.get('/share/api/images/:noteId/:filename', (req, res, next) => {
|
||||
shacaLoader.ensureLoad();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user