mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
all APIs are not prefixed with /api
This commit is contained in:
@@ -6,7 +6,7 @@ $(document).bind('keydown', 'alt+r', function() {
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
url: baseUrl + 'recent-changes/',
|
||||
url: baseApiUrl + 'recent-changes/',
|
||||
type: 'GET',
|
||||
success: function (result) {
|
||||
const groupedByDate = {};
|
||||
|
||||
Reference in New Issue
Block a user