This commit is contained in:
Johannes Zellner
2019-08-06 10:22:00 +02:00
parent c42aa7c806
commit 2d4129f8f7

View File

@@ -273,7 +273,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
<% } -%>
<% if (appstore.ApiOrigin) { -%>
this._config.apiServerOrigin = '<%= appstore.webOrigin %>';
this._config.apiServerOrigin = '<%= appstore.apiOrigin %>';
<% } -%>
this._configListener.forEach(function (callback) {