mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Add documentationUrl to FacebookGraphAppApi credential
This commit is contained in:
parent
9465653fab
commit
3c62402f9c
|
@ -6,6 +6,7 @@ import {
|
|||
export class FacebookGraphAppApi implements ICredentialType {
|
||||
name = 'facebookGraphAppApi';
|
||||
displayName = 'Facebook Graph API (App)';
|
||||
documentationUrl = 'facebookGraphApp';
|
||||
extends = [
|
||||
'facebookGraphApi',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue