Move credentials to correct directory
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
|||||||
} from "n8n-workflow";
|
} from "n8n-workflow";
|
||||||
|
|
||||||
export class HttpBinApi implements ICredentialType {
|
export class HttpBinApi implements ICredentialType {
|
||||||
name = "HttpBinApi";
|
name = "httpbinApi";
|
||||||
displayName = "HttpBin API";
|
displayName = "HttpBin API";
|
||||||
documentationUrl = "httpbin";
|
documentationUrl = "httpbin";
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
Reference in New Issue
Block a user