mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
changes in API format
This commit is contained in:
@@ -25,7 +25,7 @@ async function showNoteRevisionsDialog(noteId, noteRevisionId) {
|
||||
$list.empty();
|
||||
$content.empty();
|
||||
|
||||
revisionItems = await server.get('note-revisions/' + noteId);
|
||||
revisionItems = await server.get('notes/' + noteId + '/revisions');
|
||||
|
||||
for (const item of revisionItems) {
|
||||
const dateModified = utils.parseDate(item.dateModifiedFrom);
|
||||
|
||||
Reference in New Issue
Block a user