Move credentials to correct directory

This commit is contained in:
brianinoa
2022-06-14 17:01:15 +02:00
parent 2496f9bef7
commit 1f0e9fc3e6

View File

@@ -6,7 +6,7 @@ import {
} from "n8n-workflow";
export class HttpBinApi implements ICredentialType {
name = "HttpBinApi";
name = "httpbinApi";
displayName = "HttpBin API";
documentationUrl = "httpbin";
properties: INodeProperties[] = [