We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d660811 commit bda4a67Copy full SHA for bda4a67
visual-tree-search-app/pages/tree-search-playground.tsx
@@ -218,7 +218,7 @@ const TreeSearchPlayground = () => {
218
const handleStart = () => {
219
if (!connected) {
220
// Setup websocket connection
221
- const wsUrl = `${backendUrl.replace('http', 'ws')}/tree-search-ws`;
+ const wsUrl = `${backendUrl.replace('http', 'ws')}/new-tree-search-ws`;
222
console.log(`Connecting to Tree Search WebSocket at: ${wsUrl}`);
223
224
setIsSearching(true);
0 commit comments