mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
📖 Fix path to Supabase credential documentation (#2660)
This commit is contained in:
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',
|
||||
|
|
Loading…
Reference in a new issue