mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
More work on context actions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user