mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -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";
|
||||
|
||||
export class HttpBinApi implements ICredentialType {
|
||||
name = "HttpBinApi";
|
||||
name = "httpbinApi";
|
||||
displayName = "HttpBin API";
|
||||
documentationUrl = "httpbin";
|
||||
properties: INodeProperties[] = [
|
||||
Loading…
Add table
Add a link
Reference in a new issue