More work on context actions

This commit is contained in:
Davide Passoni
2024-06-27 17:35:10 +02:00
parent 222a296b4f
commit 8cb8f7e108
4 changed files with 33 additions and 16 deletions

View File

@@ -111,6 +111,8 @@ export class ServerManager {
callback(res);
};
xmlHttp.send(JSON.stringify(request));
console.log(`Sending PUT request:`);
console.log(request);
}
getConfig(callback: CallableFunction) {