Fix typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user