Skip to content

Commit 5efd419

Browse files
committed
chore: fix for urqlProvider
1 parent e818ccc commit 5efd419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refact-agent/gui/urqlProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export const UrqlProvider: React.FC<{ children: React.ReactNode }> = ({
1717
const apiKey = useAppSelector(selectConfig).apiKey;
1818
const baseUrl = "app.refact.ai/v1/graphql";
1919

20-
const protocol = "http";
21-
const wsProtocol = "ws";
20+
const protocol = "https";
21+
const wsProtocol = "wss";
2222

2323
const wsClient = useMemo(
2424
() =>

0 commit comments

Comments
 (0)