diff --git a/index.js b/index.js
index 0c9916a..9a62d5c 100644
--- a/index.js
+++ b/index.js
@@ -170,7 +170,7 @@ function animateBall() {
data.slice(0, Math.floor(data.length/3)).forEach((value, i) => pointsTable.innerHTML += `
| ${i} | ${Number(value.x).toFixed(2)} |
`)
}));
- const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=${g}&alpha=${angle}&count=1000`;
+ const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=10&alpha=${angle}&count=1000`;
xhr.open("GET", url, true);
console.log(`Sent request to ${url}`)