diff --git a/lib/services.tsx b/lib/services.tsx index 6170934..736af46 100644 --- a/lib/services.tsx +++ b/lib/services.tsx @@ -176,7 +176,8 @@ type Service = { substrings?: string[]; defunct?: boolean; headers?: { - [key: string]: string; + key: string; + value: string; }; dns_prefix?: string; }; @@ -1870,7 +1871,8 @@ export const REGISTRY: { [key in string]: Service } = { genre: "hosting", url: "https://www.presslabs.com", headers: { - "X-Presslab-Stats": "*" + key: "X-Presslab-Stats", + value: "*" } }, bubble: {