We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f3740 commit 76ae5e3Copy full SHA for 76ae5e3
fetch-data.js
@@ -100,7 +100,7 @@ fetch("https://raw-api.is-a.dev")
100
document.getElementById("url-records").innerText = URL;
101
});
102
103
-fetch("https://api.hrsn.net/is-a-dev/zone-updated")
+fetch("https://api.hrsn.net/v1/is-a-dev/zone-updated")
104
.then((response) => response.json())
105
.then((data) => {
106
document.getElementById("zone-updated").innerText = data.timestamp.rfc;
0 commit comments