bugfix permissions

This commit is contained in:
2026-04-28 15:35:20 +02:00
parent 061188a3c0
commit c98089e359
14 changed files with 47 additions and 125 deletions

View File

@@ -46,7 +46,7 @@
});
};
fetch('/api/getServerInfo', { method: 'POST' })
fetch('/api/serverInfo/get', { method: 'POST' })
.then(res => res.json())
.then(json => {