fix: add missing baseUrl in apps
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineApp({
|
||||
iconUrl: '{BASE_URL}/apps/gitea/assets/favicon.svg',
|
||||
authDocUrl: '{DOCS_URL}/apps/gitea/connection',
|
||||
supportsConnections: true,
|
||||
baseUrl: '',
|
||||
baseUrl: 'https://www.gitea.com',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '#609926',
|
||||
beforeRequest: [setBaseUrl, addAuthHeader],
|
||||
|
||||
@@ -9,7 +9,7 @@ import dynamicData from './dynamic-data/index.js';
|
||||
export default defineApp({
|
||||
name: 'Pipedrive',
|
||||
key: 'pipedrive',
|
||||
baseUrl: '',
|
||||
baseUrl: 'https://www.pipedrive.com',
|
||||
apiBaseUrl: '',
|
||||
iconUrl: '{BASE_URL}/apps/pipedrive/assets/favicon.svg',
|
||||
authDocUrl: '{DOCS_URL}/apps/pipedrive/connection',
|
||||
|
||||
@@ -12,7 +12,7 @@ export default defineApp({
|
||||
iconUrl: '{BASE_URL}/apps/vtiger-crm/assets/favicon.svg',
|
||||
authDocUrl: '{DOCS_URL}/apps/vtiger-crm/connection',
|
||||
supportsConnections: true,
|
||||
baseUrl: '',
|
||||
baseUrl: 'https://www.vtiger.com',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '#39a86d',
|
||||
beforeRequest: [setBaseUrl, addAuthHeader],
|
||||
|
||||
Reference in New Issue
Block a user