From 95600cf6da1c6fbd5ee9f1a5de57b17503d4fe9c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 30 Jun 2026 22:23:27 +0200 Subject: Filter based on subdomains --- src/contexts/Connection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contexts/Connection.tsx') diff --git a/src/contexts/Connection.tsx b/src/contexts/Connection.tsx index 42482e1..37a6a71 100644 --- a/src/contexts/Connection.tsx +++ b/src/contexts/Connection.tsx @@ -32,7 +32,7 @@ import { import { getHost } from "~/utils"; interface Config { - url: string; + urls: string[]; } interface ConnectionApi { -- cgit v1.2.3