feat(salesforce): add list objects data

This commit is contained in:
Ali BARIN
2022-11-05 02:40:46 +01:00
parent 243e50465f
commit 3d9249192c
3 changed files with 35 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import defineApp from '../../helpers/define-app';
import addAuthHeader from './common/add-auth-header';
import auth from './auth';
import data from './data';
export default defineApp({
name: 'Salesforce',
@@ -13,4 +14,5 @@ export default defineApp({
primaryColor: '00A1E0',
beforeRequest: [addAuthHeader],
auth,
data,
});