Skip to content

Commit bda4a67

Browse files
committed
use the new end point
1 parent d660811 commit bda4a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visual-tree-search-app/pages/tree-search-playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const TreeSearchPlayground = () => {
218218
const handleStart = () => {
219219
if (!connected) {
220220
// Setup websocket connection
221-
const wsUrl = `${backendUrl.replace('http', 'ws')}/tree-search-ws`;
221+
const wsUrl = `${backendUrl.replace('http', 'ws')}/new-tree-search-ws`;
222222
console.log(`Connecting to Tree Search WebSocket at: ${wsUrl}`);
223223

224224
setIsSearching(true);

0 commit comments

Comments
 (0)