From a965d145a2a57824ddd4a3f4b3453d305eb02a86 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 1 Jun 2026 15:16:15 +0200 Subject: [PATCH] Add HttpsClientFactory to servient --- src/services/form.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/form.ts b/src/services/form.ts index acfb8823..2170c557 100644 --- a/src/services/form.ts +++ b/src/services/form.ts @@ -22,6 +22,7 @@ import { DataSchemaType } from "wot-thing-description-types"; const servient = new Core.Servient(); servient.addClientFactory(new Http.HttpClientFactory()); +servient.addClientFactory(new Http.HttpsClientFactory()); console.log("init servient"); const formConfigurations: Record = {