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

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