fix: update default base URL to /v1/public
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user