mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	rename "note revision" to just "revision"
This commit is contained in:
		| @@ -146,7 +146,7 @@ function register(router) { | ||||
|         zipExportService.exportToZip(taskContext, branch, format, res); | ||||
|     }); | ||||
|  | ||||
|     eu.route(router, 'post' ,'/etapi/notes/:noteId/note-revision', (req, res, next) => { | ||||
|     eu.route(router, 'post' ,'/etapi/notes/:noteId/revision', (req, res, next) => { | ||||
|         const note = eu.getAndCheckNote(req.params.noteId); | ||||
|  | ||||
|         note.saveRevision(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user