Skip to content

Commit 135885f

Browse files
author
Mustafa Kerem Kurban
committed
Set up Flask backend and GitHub Pages frontend
1 parent e762d6c commit 135885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
.linkWidth(1); // Set the width of links
3333

3434
// Load data
35-
const backendUrl = 'https://<your-render-app-name>.onrender.com'; // Update with your Render app URL
35+
const backendUrl = 'https://neo4j-3d-vr.onrender.com';
3636
Promise.all([
3737
fetch(`${backendUrl}/nodes?limit=${limit}`).then(response => response.json()),
3838
fetch(`${backendUrl}/links?limit=${limit}`).then(response => response.json())

0 commit comments

Comments
 (0)