feat: Basic server usage on dashboard

This commit is contained in:
Andras Bacsai
2022-05-09 12:45:17 +02:00
parent e69e32f6c7
commit a4d53a28eb
5 changed files with 454 additions and 300 deletions

View File

@@ -78,6 +78,7 @@
}
}
});
async function logout() {
try {
await del(`/logout.json`, {});