fix: add missing baseUrl in apps

This commit is contained in:
Jakub P.
2025-02-16 12:11:23 +01:00
parent 3fa677f3d0
commit d4689ac77b
3 changed files with 3 additions and 3 deletions

View File

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