Skip to content

Commit

Permalink
add html for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Kerem Kurban committed Jun 7, 2024
1 parent 3fe589a commit 106f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.linkWidth(1); // Set the width of links

// Load data
const backendUrl = 'https://your-heroku-app.herokuapp.com';
const backendUrl = 'https://your-render-app.onrender.com';
Promise.all([
fetch(`${backendUrl}/nodes?limit=${limit}`).then(response => response.json()),
fetch(`${backendUrl}/links?limit=${limit}`).then(response => response.json())
Expand Down

0 comments on commit 106f249

Please sign in to comment.