Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-nagar committed Jan 5, 2025
1 parent c7057ef commit 192e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proxy/src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const FORMAT_HEADER = "x-bt-stream-fmt";
export const LEGACY_CACHED_HEADER = "x-cached";
export const CACHED_HEADER = "x-bt-cached";

export const PROVIDER_HEADER = "x-bt-used-provider";
export const PROVIDER_HEADER = "x-bt-used-endpoint";

const CACHE_MODES = ["auto", "always", "never"] as const;

Expand Down

0 comments on commit 192e6c9

Please sign in to comment.