From b7c1a6dd0354bf56eaef56b13865f72753cf12c3 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 17 Apr 2023 14:54:26 +0200 Subject: [PATCH] refs #5557 Minor change --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index fccc027..f47d3ea 100755 --- a/src/main.js +++ b/src/main.js @@ -107,7 +107,7 @@ var App = { this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL); this.regWrite(Conf.regPath, 'lastExecutedVersion', Conf.version); this.regWrite(Conf.regPath, 'selectedApiSource', Conf.defaultApiSource); - this.regWrite(Conf.regPath + '\\apiSources', Conf.defaultApiSource, Conf.defaultRemoteURL + '/api/'); + this.regWrite(Conf.regPath + '\\apiSources', Conf.defaultApiSource, Conf.defaultRemoteURL); this.createODBC(Conf.odbcPath, Conf.productionDatasource,