Skip to content

Commit a965d14

Browse files
authored
Add HttpsClientFactory to servient
1 parent 0a1a905 commit a965d14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/form.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { DataSchemaType } from "wot-thing-description-types";
2222

2323
const servient = new Core.Servient();
2424
servient.addClientFactory(new Http.HttpClientFactory());
25+
servient.addClientFactory(new Http.HttpsClientFactory());
2526
console.log("init servient");
2627

2728
const formConfigurations: Record<string, IFormConfigurations> = {

0 commit comments

Comments
 (0)