fix(NocoDB Node): Fix authentication issue (#3750)

This commit is contained in:
Jonathan Bennetts
2022-07-21 12:55:20 +01:00
committed by GitHub
parent 3a98028722
commit e65016c861
2 changed files with 2 additions and 8 deletions

View File

@@ -29,14 +29,8 @@ export class NocoDb implements ICredentialType {
type:'generic',
properties: {
headers:{
'xc-auth': '={{credentials.apiToken}}',
'xc-auth': '={{$credentials.apiToken}}',
},
},
};
test: ICredentialTestRequest = {
request: {
baseURL: '={{$credentials.host}}',
url: '/lists',
},
};
}