mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
remove route without filename
This commit is contained in:
@@ -110,6 +110,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
|
||||
router.get('/share/api/images/:noteId/:filename', (req, res, next) => {
|
||||
shacaLoader.ensureLoad();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user