mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 07:42:26 -05:00
Update ZapSign domain from .com to .co in URLs and contact info
Co-authored-by: andre <andre@zapsign.com.br>
This commit is contained in:
parent
b76fd3d7f3
commit
c56f70b43d
4 changed files with 14 additions and 14 deletions
|
|
@ -53,7 +53,7 @@ export class ZapSignApi implements ICredentialType {
|
|||
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: '={{$credentials.environment === "sandbox" ? "https://sandbox.api.zapsign.com" : "https://api.zapsign.com"}}',
|
||||
baseURL: '={{$credentials.environment === "sandbox" ? "https://sandbox.api.zapsign.co" : "https://api.zapsign.co"}}',
|
||||
url: '/v1/me',
|
||||
method: 'GET',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue