diff options
Diffstat (limited to 'src/contexts/Connection.tsx')
| -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 { |
