mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +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