mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
#98 some sync setup refactorings
This commit is contained in:
@@ -223,7 +223,7 @@ addTabHandler((function() {
|
||||
});
|
||||
|
||||
$syncToServerButton.click(async () => {
|
||||
await server.post("sync/sync-to-server");
|
||||
await server.post("setup/sync-to-server");
|
||||
|
||||
infoService.showMessage("Sync has been established to the server instance. It will take some time to finish.");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user