diff options
| author | 2026-06-30 22:23:27 +0200 | |
|---|---|---|
| committer | 2026-06-30 22:23:28 +0200 | |
| commit | 95600cf6da1c6fbd5ee9f1a5de57b17503d4fe9c (patch) | |
| tree | c8c82dc9c59ad04c0b0b66510a6374e207bb85ed /src/contexts | |
| parent | 5f32db609e618bebd568d48d151a80d865e55859 (diff) | |
| download | client-2.4.1.tar.gz client-2.4.1.tar.bz2 client-2.4.1.zip | |
Diffstat (limited to 'src/contexts')
| -rw-r--r-- | src/contexts/Connection.tsx | 2 |
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 { | |||
| 32 | import { getHost } from "~/utils"; | 32 | import { getHost } from "~/utils"; |
| 33 | 33 | ||
| 34 | interface Config { | 34 | interface Config { |
| 35 | url: string; | 35 | urls: string[]; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | interface ConnectionApi { | 38 | interface ConnectionApi { |
