fetch status from same-origin proxy

This commit is contained in:
2026-05-23 10:31:31 -04:00
parent ec1ee5f5ed
commit 655797b3ea
+1 -1
View File
@@ -298,7 +298,7 @@
<script>
(async function() {
const STATUS_API = "https://status.ourpad.casa/api/status";
const STATUS_API = "/api/status";
async function update() {
try {
const r = await fetch(STATUS_API);