bugfix permissions
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
});
|
||||
};
|
||||
|
||||
fetch('/api/getServerInfo', { method: 'POST' })
|
||||
fetch('/api/serverInfo/get', { method: 'POST' })
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user