mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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 {
|
||||
name = 'supabaseApi';
|
||||
displayName = 'Supabase API';
|
||||
documentationUrl = 'superbase';
|
||||
documentationUrl = 'supabase';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Host',
|
||||
|
||||
Reference in New Issue
Block a user