Skip to content

Commit 76ae5e3

Browse files
authored
Update fetch-data.js
1 parent 55f3740 commit 76ae5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fetch("https://raw-api.is-a.dev")
100100
document.getElementById("url-records").innerText = URL;
101101
});
102102

103-
fetch("https://api.hrsn.net/is-a-dev/zone-updated")
103+
fetch("https://api.hrsn.net/v1/is-a-dev/zone-updated")
104104
.then((response) => response.json())
105105
.then((data) => {
106106
document.getElementById("zone-updated").innerText = data.timestamp.rfc;

0 commit comments

Comments
 (0)