#98 some sync setup refactorings

This commit is contained in:
azivner
2018-07-25 09:46:57 +02:00
parent c8253caae9
commit a4627f2ddb
8 changed files with 73 additions and 64 deletions

View File

@@ -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.");
});