mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -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 {
|
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',
|
||||||
|
|
Loading…
Reference in a new issue