From 1f0e9fc3e64198bff2ab4ea2d644b7292245e4d0 Mon Sep 17 00:00:00 2001 From: brianinoa Date: Tue, 14 Jun 2022 17:01:15 +0200 Subject: [PATCH] Move credentials to correct directory --- {nodes/HttpBin => credentials}/HttpBin.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {nodes/HttpBin => credentials}/HttpBin.credentials.ts (97%) 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[] = [