fetch status from same-origin proxy
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user