diff --git a/nodes/HttpBin/HttpBin.credentials.ts b/credentials/HttpBin.credentials.ts similarity index 97% rename from nodes/HttpBin/HttpBin.credentials.ts rename to credentials/HttpBin.credentials.ts index b6bbab1..0b74def 100644 --- a/nodes/HttpBin/HttpBin.credentials.ts +++ b/credentials/HttpBin.credentials.ts @@ -6,7 +6,7 @@ import { } from "n8n-workflow"; export class HttpBinApi implements ICredentialType { - name = "HttpBinApi"; + name = "httpbinApi"; displayName = "HttpBin API"; documentationUrl = "httpbin"; properties: INodeProperties[] = [