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',
|
displayName: 'API Base URL',
|
||||||
name: 'baseUrl',
|
name: 'baseUrl',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'https://api.wizpixel.com/v1',
|
default: 'https://api.wizpixel.com/v1/public',
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user