rename "note revision" to just "revision"

This commit is contained in:
zadam
2023-06-04 23:02:49 +02:00
parent 779751a234
commit fe908759d1
5 changed files with 26 additions and 26 deletions

View File

@@ -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();