mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
rename "note revision" to just "revision"
This commit is contained in:
@@ -149,7 +149,7 @@ function register(router) {
|
||||
eu.route(router, 'post' ,'/etapi/notes/:noteId/note-revision', (req, res, next) => {
|
||||
const note = eu.getAndCheckNote(req.params.noteId);
|
||||
|
||||
note.saveNoteRevision();
|
||||
note.saveRevision();
|
||||
|
||||
return res.sendStatus(204);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user