1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

expose api service urls

This commit is contained in:
Kyle Spearrin
2018-06-13 22:12:23 -04:00
parent 755f8f93ec
commit 4bce071498
2 changed files with 4 additions and 2 deletions

View File

@@ -29,9 +29,9 @@ import { SyncResponse } from '../models/response/syncResponse';
export class ApiService implements ApiServiceAbstraction {
urlsSet: boolean = false;
apiBaseUrl: string;
identityBaseUrl: string;
private apiBaseUrl: string;
private identityBaseUrl: string;
private deviceType: string;
private isWebClient = false;
private usingBaseUrl = false;