mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 14:22:26 -05:00
Move credentials to correct directory
This commit is contained in:
parent
2496f9bef7
commit
1f0e9fc3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] = [
|
||||||
Loading…
Add table
Add a link
Reference in a new issue