feat: add alternative server for purposes of switching to API v1 (#571)
* feat: add alternative server for purposes of switching to API v1 * fix: naming of next version sync server host variable
This commit is contained in:
@@ -53,6 +53,7 @@ export class WebApplication extends SNApplication {
|
||||
scope: angular.IScope,
|
||||
defaultSyncServerHost: string,
|
||||
public bridge: Bridge,
|
||||
nextVersionSyncServerHost: string,
|
||||
) {
|
||||
super(
|
||||
bridge.environment,
|
||||
@@ -62,7 +63,8 @@ export class WebApplication extends SNApplication {
|
||||
new AlertService(),
|
||||
identifier,
|
||||
[],
|
||||
defaultSyncServerHost
|
||||
defaultSyncServerHost,
|
||||
nextVersionSyncServerHost,
|
||||
);
|
||||
this.$compile = $compile;
|
||||
this.scope = scope;
|
||||
|
||||
Reference in New Issue
Block a user