diff --git a/docs/index.html b/docs/index.html
index 8a04610..6553349 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -102,7 +102,7 @@
Bo Zhao | University of Washington
// Fetch existing records when the window is loaded
window.addEventListener("load", async function () {
- let response = await fetch('https://geog328-1d351b8a161c.herokuapp.com/api/get-record', {
+ let response = await fetch('https://pmap-28a9a9408e2b.herokuapp.com/api/get-record', {
method: 'GET'
});
@@ -203,7 +203,7 @@ Bo Zhao | University of Washington
try {
// Send the POST request to add the new record
- await fetch('https://geog328-1d351b8a161c.herokuapp.com/api/add-record', settings);
+ await fetch('https://pmap-28a9a9408e2b.herokuapp.com/api/add-record', settings);
} catch (err) {
// Handle any errors that occur during the request
console.error(err);