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