Fix n8n probo request options
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export class ProboApi implements ICredentialType {
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: '={{$credentials?.server}}',
|
||||
url: '/api/console/v1/query',
|
||||
url: '/api/console/v1/graphql',
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user