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:
Cursor Agent 2025-07-31 12:19:03 +00:00
commit c56f70b43d
4 changed files with 14 additions and 14 deletions

View file

@ -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',
},