fix(Webflow Node): Fix issue with credential test not working with the v2 api (#25052)

Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2026-02-06 10:01:18 +00:00
committed by GitHub
parent d43e49a111
commit 41195fb737
@@ -34,7 +34,7 @@ export class WebflowApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: 'https://api.webflow.com',
url: '/sites',
url: '/v2/sites',
},
};
}