summaryrefslogtreecommitdiffstats
path: root/src/contexts
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2026-06-30 22:23:27 +0200
committerGravatar Tom van der Lee <tom@vanderlee.io>2026-06-30 22:23:28 +0200
commit95600cf6da1c6fbd5ee9f1a5de57b17503d4fe9c (patch)
treec8c82dc9c59ad04c0b0b66510a6374e207bb85ed /src/contexts
parent5f32db609e618bebd568d48d151a80d865e55859 (diff)
downloadclient-2.4.1.tar.gz
client-2.4.1.tar.bz2
client-2.4.1.zip
Filter based on subdomainsv2.4.1main
Diffstat (limited to 'src/contexts')
-rw-r--r--src/contexts/Connection.tsx2
1 files changed, 1 insertions, 1 deletions
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 {
32import { getHost } from "~/utils"; 32import { getHost } from "~/utils";
33 33
34interface Config { 34interface Config {
35 url: string; 35 urls: string[];
36} 36}
37 37
38interface ConnectionApi { 38interface ConnectionApi {