From 164cbf5432c1fe393b4b936c681e5d95ccc60e9e Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 8 Mar 2026 14:44:08 +0000 Subject: [PATCH] fix: update default base URL to /v1/public --- credentials/WizPixelFlowApi.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/WizPixelFlowApi.credentials.ts b/credentials/WizPixelFlowApi.credentials.ts index 1d1dbff..e3d5229 100644 --- a/credentials/WizPixelFlowApi.credentials.ts +++ b/credentials/WizPixelFlowApi.credentials.ts @@ -24,7 +24,7 @@ export class WizPixelFlowApi implements ICredentialType { displayName: 'API Base URL', name: 'baseUrl', type: 'string', - default: 'https://api.wizpixel.com/v1', + default: 'https://api.wizpixel.com/v1/public', required: true, }, ];