1
0
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:
Matt Gibson
2024-11-19 17:17:09 -08:00
parent 88cce8cf91
commit e114fdfcf1

View File

@@ -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({