We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e762d6c commit 135885fCopy full SHA for 135885f
docs/index.html
@@ -32,7 +32,7 @@
32
.linkWidth(1); // Set the width of links
33
34
// Load data
35
- const backendUrl = 'https://<your-render-app-name>.onrender.com'; // Update with your Render app URL
+ const backendUrl = 'https://neo4j-3d-vr.onrender.com';
36
Promise.all([
37
fetch(`${backendUrl}/nodes?limit=${limit}`).then(response => response.json()),
38
fetch(`${backendUrl}/links?limit=${limit}`).then(response => response.json())
0 commit comments