mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
📖 Fix path to Supabase credential documentation (#2660)
This commit is contained in:
committed by
GitHub
parent
6fea3843c7
commit
8386d7c73e
@@ -6,7 +6,7 @@ import {
|
|||||||
export class SupabaseApi implements ICredentialType {
|
export class SupabaseApi implements ICredentialType {
|
||||||
name = 'supabaseApi';
|
name = 'supabaseApi';
|
||||||
displayName = 'Supabase API';
|
displayName = 'Supabase API';
|
||||||
documentationUrl = 'superbase';
|
documentationUrl = 'supabase';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Host',
|
displayName: 'Host',
|
||||||
|
|||||||
Reference in New Issue
Block a user