We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1a905 commit a965d14Copy full SHA for a965d14
1 file changed
src/services/form.ts
@@ -22,6 +22,7 @@ import { DataSchemaType } from "wot-thing-description-types";
22
23
const servient = new Core.Servient();
24
servient.addClientFactory(new Http.HttpClientFactory());
25
+servient.addClientFactory(new Http.HttpsClientFactory());
26
console.log("init servient");
27
28
const formConfigurations: Record<string, IFormConfigurations> = {
0 commit comments