diff --git a/index.html b/index.html
index 347039d..97cdf38 100644
--- a/index.html
+++ b/index.html
@@ -291,7 +291,7 @@
Acknowledgements
};
try {
- const response = await fetch('https://meshplanner.mpatrick.dev/predict', {
+ const response = await fetch('/predict', {
method: 'POST',
headers: {
'Content-Type': 'application/json'