mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
all APIs are not prefixed with /api
This commit is contained in:
@@ -11,7 +11,7 @@ $(document).bind('keydown', 'alt+h', function() {
|
||||
$("#noteHistoryContent").empty();
|
||||
|
||||
$.ajax({
|
||||
url: baseUrl + 'notes-history/' + globalCurrentNote.detail.note_id,
|
||||
url: baseApiUrl + 'notes-history/' + globalCurrentNote.detail.note_id,
|
||||
type: 'GET',
|
||||
success: function (result) {
|
||||
globalHistoryItems = result;
|
||||
|
||||
Reference in New Issue
Block a user