From 2ddafb8d0ad6bd18bded5e6c0b4e3044eee8616a Mon Sep 17 00:00:00 2001 From: nael Date: Mon, 30 Oct 2023 20:39:30 +0100 Subject: [PATCH] feat: add new endpoint --- packages/sdk/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/index.ts b/packages/sdk/index.ts index 543cb0c3f..379af9da1 100644 --- a/packages/sdk/index.ts +++ b/packages/sdk/index.ts @@ -19,7 +19,7 @@ type ContactBody = { export default class PanoraApiClient { - static readonly API_URL = "test-app"; + static readonly API_URL = "test-app-dhdhd"; constructor(){}