Move .status.json to .status.
Keep a redirect for backwards compatibility.
This commit is contained in:
+1
-1
@@ -3906,7 +3906,7 @@ async function serverConnect() {
|
||||
|
||||
async function start() {
|
||||
try {
|
||||
let r = await fetch(".status.json")
|
||||
let r = await fetch(".status")
|
||||
if(!r.ok)
|
||||
throw new Error(`${r.status} ${r.statusText}`);
|
||||
groupStatus = await r.json()
|
||||
|
||||
Reference in New Issue
Block a user