🐛 Select base url depending on the datacenter (#1744)

This commit is contained in:
Ricardo Espinoza
2021-05-07 19:54:40 -04:00
committed by GitHub
parent f6fdf6b5e1
commit 31dd959109
2 changed files with 10 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ export class ZohoOAuth2Api implements ICredentialType {
},
{
name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token',
value: ' https://accounts.zoho.com.cn/oauth/v2/token',
value: 'https://accounts.zoho.com.cn/oauth/v2/token',
},
],
default: 'https://accounts.zoho.com/oauth/v2/token',