refs #5557 Minor change

This commit is contained in:
Guillermo Bonet 2023-04-17 14:54:26 +02:00
parent 5fdb0e5981
commit b7c1a6dd03
1 changed files with 1 additions and 1 deletions

View File

@ -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,