diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index 28ba236..3fbc8fd 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -34,7 +34,7 @@ let performanceStore = createPerformanceStore(); const registryCache = new IndexDBCache("node-registry"); - const nodeRegistry = new RemoteNodeRegistry("http://localhost:8000/v1"); + const nodeRegistry = new RemoteNodeRegistry(""); nodeRegistry.cache = registryCache; const workerRuntime = new WorkerRuntimeExecutor(); const runtimeCache = new MemoryRuntimeCache();