mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
prefer tunnel to communication for specificity
This commit is contained in:
@@ -1589,7 +1589,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
const authHeader = await this.getActiveBearerToken();
|
||||
|
||||
const response = await this.fetch(
|
||||
new Request(url + "/init-communication", {
|
||||
new Request(url + "/init-tunnel", {
|
||||
cache: "no-store",
|
||||
method: "POST",
|
||||
headers: new Headers({
|
||||
|
||||
Reference in New Issue
Block a user