feat(flowers-software): add new activity trigger

This commit is contained in:
Ali BARIN
2022-12-16 16:27:49 +01:00
parent bf1076b7d2
commit 6d74f7c64d
4 changed files with 547 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 triggers from './triggers';
export default defineApp({
name: 'Flowers Software',
@@ -13,4 +14,5 @@ export default defineApp({
primaryColor: '02AFC7',
beforeRequest: [addAuthHeader],
auth,
triggers,
});